#66469F

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

Shades of Royal Purple #66469F

Tints of Royal Purple #66469F

Color information

#66469F (or 0x66469F) is unknown color: approx Royal Purple. HEX triplet: 66, 46 and 9F. RGB value is (102,70,159). Sum of RGB (Red+Green+Blue) = 102+70+159=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #66469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469F is #99B960. Grayscale: #595959. Windows color (decimal): -10074465 or 10438246. OLE color: 10438246.

HSL color Cylindrical-coordinate representation of color #66469F: hue angle of 261.57º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66469F is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10270159-
CMYK0.360.5600.38
HSL261.57º38.86%44.9%-
HSV(B)261.57º55.97%62.35%-
XYZ13.939.7133.94-
YUV89.71167.1136.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=30.82%
G=21.15%
B=48.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102701590.360.5600.38261.5738.8644.9
Hex66469F2438026106272d
Octal14610623744700464064755
Binary11001101000110100111111001001110000100110100000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66469F;
 }
 .AnyTagClassName
 {
   color: #66469F;
 }
</style>
background-color css

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

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

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

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

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

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