#663D5C

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

Shades of Palatinate Purple #663D5C

Tints of Palatinate Purple #663D5C

Color information

#663D5C (or 0x663D5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 3D and 5C. RGB value is (102,61,92). Sum of RGB (Red+Green+Blue) = 102+61+92=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #663D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D5C is #99C2A3. Grayscale: #4C4C4C. Windows color (decimal): -10076836 or 6045030. OLE color: 6045030.

HSL color Cylindrical-coordinate representation of color #663D5C: hue angle of 314.63º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D5C is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1026192-
CMYK00.400.100.6
HSL314.63º25.15%31.96%-
HSV(B)314.63º40.2%40%-
XYZ9.086.9310.99-
YUV76.79136.58145.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=40%
G=23.92%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102619200.400.100.6314.6325.1531.96
Hex663D5C028A3C13b1920
Octal1467513405012744733140
Binary110011011110110111000101000101011110010011101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663D5C; }

 p { color: rgb(102,61,92); }

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

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

 a { background-color: rgb(102,61,92); }

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

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

 span { border-color: rgb(102,61,92); }

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