#661B58

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

Shades of Palatinate Purple #661B58

Tints of Palatinate Purple #661B58

Color information

#661B58 (or 0x661B58) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1B and 58. RGB value is (102,27,88). Sum of RGB (Red+Green+Blue) = 102+27+88=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #661B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B58 is #99E4A7. Grayscale: #383838. Windows color (decimal): -10085544 or 5774182. OLE color: 5774182.

HSL color Cylindrical-coordinate representation of color #661B58: hue angle of 311.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B58 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1022788-
CMYK00.740.140.6
HSL311.2º58.14%25.29%-
HSV(B)311.2º73.53%40%-
XYZ7.634.319.66-
YUV56.38145.85160.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=47.00%
G=12.44%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102278800.740.140.6311.258.1425.29
Hex661B5804AE3C1373a19
Octal14633130011216744677231
Binary110011011011101100001001010111011110010011011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661B58; }

 p { color: rgb(102,27,88); }

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

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

 a { background-color: rgb(102,27,88); }

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

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

 span { border-color: rgb(102,27,88); }

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