Html Css Color HEX #66469B Royal Purple

📋 copy color: '#66469B'

red 102 ◦ green 70 ◦ blue 155

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

Shades of Royal Purple #66469B

Tints of Royal Purple #66469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 31.19%
G = 21.41%
B = 47.4%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66469B (or 0x66469B) is known color: Royal Purple. HEX triplet: 66, 46 and 9B. RGB value is (102,70,155). Sum of RGB (Red+Green+Blue) = 102+70+155=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #66469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469B is #99B964. Grayscale: #585858. Windows color (decimal): -10074469 or 10176102. OLE color: 10176102.

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

Color convert

RGB 102 70 155 -
CMYK 0.34 0.55 0 0.39
HSL 262.59º 0.38% 0.44% -
HSV(B) 262.59º 0.55% 0.61% -
XYZ 13.59 9.57 32.14 -
YUV 89.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 102 70 155 0.34 0.55 0 0.39 262.59 0.38 0.44
Hex 66 46 9B 22 37 0 27 107 26 2C
Octal 146 106 233 42 67 0 47 407 46 54
Binary 1100110 1000110 10011011 100010 110111 0 100111 100000111 100110 101100

Color Harmonies of #66469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66469B

Black with #66469B

Text Example


Text Example

White with #66469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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