#661055

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

Shades of Palatinate Purple #661055

Tints of Palatinate Purple #661055

Color information

#661055 (or 0x661055) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 55. RGB value is (102,16,85). Sum of RGB (Red+Green+Blue) = 102+16+85=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #661055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661055 is #99EFAA. Grayscale: #313131. Windows color (decimal): -10088363 or 5574758. OLE color: 5574758.

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

Color convert

RGB1021685-
CMYK00.840.170.6
HSL311.86º72.88%23.14%-
HSV(B)311.86º84.31%40%-
XYZ7.33.858.95-
YUV49.58147.99165.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=50.25%
G=7.88%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102168500.840.170.6311.8672.8823.14
Hex661055054113C1384917
Octal146201250124217447011127
Binary11001101000010101010101010010001111100100111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661055; }

 p { color: rgb(102,16,85); }

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

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

 a { background-color: rgb(102,16,85); }

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

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

 span { border-color: rgb(102,16,85); }

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