Html Css Color HEX #704299 Royal Purple

📋 copy color: '#704299'

red 112 ◦ green 66 ◦ blue 153

#704299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #704299

Tints of Royal Purple #704299

RGB

 RED value IS 112 (44.14% from 255) = 33.84%

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 33.84%
G = 19.94%
B = 46.22%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#704299 (or 0x704299) is known color: Royal Purple. HEX triplet: 70, 42 and 99. RGB value is (112,66,153). Sum of RGB (Red+Green+Blue) = 112+66+153=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #704299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704299 is #8FBD66. Grayscale: #595959. Windows color (decimal): -9420135 or 10044016. OLE color: 10044016.

HSL color Cylindrical-coordinate representation of color #704299: hue angle of 271.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704299 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 66 153 -
CMYK 0.27 0.57 0 0.4
HSL 271.72º 0.4% 0.43% -
HSV(B) 271.72º 0.57% 0.6% -
XYZ 14.38 9.64 31.24 -
YUV 89.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 112 66 153 0.27 0.57 0 0.4 271.72 0.4 0.43
Hex 70 42 99 1B 39 0 28 110 28 2B
Octal 160 102 231 33 71 0 50 420 50 53
Binary 1110000 1000010 10011001 11011 111001 0 101000 100010000 101000 101011

Color Harmonies of #704299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704299

Black with #704299

Text Example


Text Example

White with #704299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704299; }

 p { color: rgb(112,66,153); }

 H1.HeaderClassName
 {
   color: #704299;
 }
 .AnyTagClassName
 {
   color: #704299;
 }
</style>

background-color css

<style>
 a { background-color: #704299; }

 a { background-color: rgb(112,66,153); }

 div.DivClassName
 {
   background-color: #704299;
 }
 .BgClassName
 {
   background-color: #704299;
 }
</style>

border-color css

<style>
 span { border-color: #704299; }

 span { border-color: rgb(112,66,153); }

 td.TdClassName
 {
   border-color: #704299;
 }
 .TagClassName
 {
   border-color: #704299;
 }
</style>