#66449B

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

Shades of Royal Purple #66449B

Tints of Royal Purple #66449B

Color information

#66449B (or 0x66449B) is unknown color: approx Royal Purple. HEX triplet: 66, 44 and 9B. RGB value is (102,68,155). Sum of RGB (Red+Green+Blue) = 102+68+155=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #66449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66449B is #99BB64. Grayscale: #575757. Windows color (decimal): -10074981 or 10175590. OLE color: 10175590.

HSL color Cylindrical-coordinate representation of color #66449B: hue angle of 263.45º 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 #66449B is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10268155-
CMYK0.340.5600.39
HSL263.45º39.01%43.73%-
HSV(B)263.45º56.13%60.78%-
XYZ13.469.3332.1-
YUV88.08165.76137.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=31.38%
G=20.92%
B=47.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102681550.340.5600.39263.4539.0143.73
Hex66449B2238027107272c
Octal14610423342700474074754
Binary11001101000100100110111000101110000100111100000111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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