#663D61

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

Shades of Palatinate Purple #663D61

Tints of Palatinate Purple #663D61

Color information

#663D61 (or 0x663D61) is unknown color: approx Palatinate Purple. HEX triplet: 66, 3D and 61. RGB value is (102,61,97). Sum of RGB (Red+Green+Blue) = 102+61+97=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #663D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D61 is #99C29E. Grayscale: #4D4D4D. Windows color (decimal): -10076831 or 6372710. OLE color: 6372710.

HSL color Cylindrical-coordinate representation of color #663D61: hue angle of 307.32º 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 #663D61 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1026197-
CMYK00.400.050.6
HSL307.32º25.15%31.96%-
HSV(B)307.32º40.2%40%-
XYZ9.317.0312.17-
YUV77.36139.08145.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 61 (24.22% from 255) = 23.46%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=39.23%
G=23.46%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102619700.400.050.6307.3225.1531.96
Hex663D6102853C1331920
Octal146751410505744633140
Binary11001101111011100001010100010111110010011001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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