#663861

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

Shades of Palatinate Purple #663861

Tints of Palatinate Purple #663861

Color information

#663861 (or 0x663861) is unknown color: approx Palatinate Purple. HEX triplet: 66, 38 and 61. RGB value is (102,56,97). Sum of RGB (Red+Green+Blue) = 102+56+97=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #663861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663861 is #99C79E. Grayscale: #4A4A4A. Windows color (decimal): -10078111 or 6371430. OLE color: 6371430.

HSL color Cylindrical-coordinate representation of color #663861: hue angle of 306.52º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663861 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1025697-
CMYK00.450.050.6
HSL306.52º29.11%30.98%-
HSV(B)306.52º45.1%40%-
XYZ9.056.5212.09-
YUV74.43140.74147.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=40%
G=21.96%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102569700.450.050.6306.5229.1130.98
Hex66386102D53C1331d1f
Octal146701410555744633537
Binary1100110111000110000101011011011111001001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663861; }

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

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

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

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

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

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

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

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