#66449C

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

Shades of Royal Purple #66449C

Tints of Royal Purple #66449C

Color information

#66449C (or 0x66449C) is unknown color: approx Royal Purple. HEX triplet: 66, 44 and 9C. RGB value is (102,68,156). Sum of RGB (Red+Green+Blue) = 102+68+156=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #66449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66449C is #99BB63. Grayscale: #575757. Windows color (decimal): -10074980 or 10241126. OLE color: 10241126.

HSL color Cylindrical-coordinate representation of color #66449C: hue angle of 263.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66449C is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10268156-
CMYK0.350.5600.39
HSL263.18º39.29%43.92%-
HSV(B)263.18º56.41%61.18%-
XYZ13.559.3632.54-
YUV88.2166.26137.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=31.29%
G=20.86%
B=47.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102681560.350.5600.39263.1839.2943.92
Hex66449C2338027107272c
Octal14610423443700474074754
Binary11001101000100100111001000111110000100111100000111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66449C; }

 p { color: rgb(102,68,156); }

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

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

 a { background-color: rgb(102,68,156); }

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

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

 span { border-color: rgb(102,68,156); }

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