#661D54

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

Shades of Palatinate Purple #661D54

Tints of Palatinate Purple #661D54

Color information

#661D54 (or 0x661D54) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1D and 54. RGB value is (102,29,84). Sum of RGB (Red+Green+Blue) = 102+29+84=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #661D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661D54 is #99E2AB. Grayscale: #383838. Windows color (decimal): -10085036 or 5512550. OLE color: 5512550.

HSL color Cylindrical-coordinate representation of color #661D54: hue angle of 314.79º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D54 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1022984-
CMYK00.720.180.6
HSL314.79º55.73%25.69%-
HSV(B)314.79º71.57%40%-
XYZ7.524.348.83-
YUV57.1143.18160.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=47.44%
G=13.49%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102298400.720.180.6314.7955.7325.69
Hex661D54048123C13b381a
Octal14635124011022744737032
Binary1100110111011010100010010001001011110010011101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,29,84); }

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

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

 a { background-color: rgb(102,29,84); }

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

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

 span { border-color: rgb(102,29,84); }

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