#66469B

Color #66469B Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #66469B

Tints of Royal Purple #66469B

Color information

#66469B (or 0x66469B) is unknown color: approx 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

RGB10270155-
CMYK0.340.5500.39
HSL262.59º37.78%44.12%-
HSV(B)262.59º54.84%60.78%-
XYZ13.599.5732.14-
YUV89.26165.1137.09-

RGB Variations

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

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.40%
R=31.19%
G=21.41%
B=47.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102701550.340.5500.39262.5937.7844.12
Hex66469B2237027107262c
Octal14610623342670474074654
Binary11001101000110100110111000101101110100111100000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>