#661999

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

Shades of Royal Purple #661999

Tints of Royal Purple #661999

Color information

#661999 (or 0x661999) is unknown color: approx Royal Purple. HEX triplet: 66, 19 and 99. RGB value is (102,25,153). Sum of RGB (Red+Green+Blue) = 102+25+153=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #661999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661999 is #99E666. Grayscale: #3E3E3E. Windows color (decimal): -10085991 or 10033510. OLE color: 10033510.

HSL color Cylindrical-coordinate representation of color #661999: hue angle of 276.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661999 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10225153-
CMYK0.330.8400.4
HSL276.09º71.91%34.9%-
HSV(B)276.09º83.66%60%-
XYZ11.585.8230.65-
YUV62.61179.01156.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=36.43%
G=8.93%
B=54.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102251530.330.8400.4276.0971.9134.9
Hex66199921540281144823
Octal146312314112405042411043
Binary11001101100110011001100001101010001010001000101001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661999; }

 p { color: rgb(102,25,153); }

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

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

 a { background-color: rgb(102,25,153); }

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

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

 span { border-color: rgb(102,25,153); }

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