Html Css Color HEX #66479B Royal Purple

📋 copy color: '#66479B'

red 102 ◦ green 71 ◦ blue 155

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

Shades of Royal Purple #66479B

Tints of Royal Purple #66479B

RGB

 RED value IS 102 (40.23% from 255) = 31.1%

 GREEN value IS 71 (28.13% from 255) = 21.65%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 31.1%
G = 21.65%
B = 47.26%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66479B (or 0x66479B) is known color: Royal Purple. HEX triplet: 66, 47 and 9B. RGB value is (102,71,155). Sum of RGB (Red+Green+Blue) = 102+71+155=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #66479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66479B is #99B864. Grayscale: #595959. Windows color (decimal): -10074213 or 10176358. OLE color: 10176358.

HSL color Cylindrical-coordinate representation of color #66479B: hue angle of 262.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66479B is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 71 155 -
CMYK 0.34 0.54 0 0.39
HSL 262.14º 0.37% 0.44% -
HSV(B) 262.14º 0.54% 0.61% -
XYZ 13.65 9.7 32.16 -
YUV 89.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 102 71 155 0.34 0.54 0 0.39 262.14 0.37 0.44
Hex 66 47 9B 22 36 0 27 106 25 2C
Octal 146 107 233 42 66 0 47 406 45 54
Binary 1100110 1000111 10011011 100010 110110 0 100111 100000110 100101 101100

Color Harmonies of #66479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66479B

Black with #66479B

Text Example


Text Example

White with #66479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66479B; }

 p { color: rgb(102,71,155); }

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

background-color css

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

 a { background-color: rgb(102,71,155); }

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

border-color css

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

 span { border-color: rgb(102,71,155); }

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