#663B5C

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

Shades of Palatinate Purple #663B5C

Tints of Palatinate Purple #663B5C

Color information

#663B5C (or 0x663B5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 3B and 5C. RGB value is (102,59,92). Sum of RGB (Red+Green+Blue) = 102+59+92=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B5C is #99C4A3. Grayscale: #4B4B4B. Windows color (decimal): -10077348 or 6044518. OLE color: 6044518.

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

Color convert

RGB1025992-
CMYK00.420.100.6
HSL313.95º26.71%31.57%-
HSV(B)313.95º42.16%40%-
XYZ8.986.7310.95-
YUV75.62137.25146.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=40.32%
G=23.32%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102599200.420.100.6313.9526.7131.57
Hex663B5C02AA3C13a1b20
Octal1467313405212744723340
Binary110011011101110111000101010101011110010011101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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