#662761

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

Shades of Palatinate Purple #662761

Tints of Palatinate Purple #662761

Color information

#662761 (or 0x662761) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 61. RGB value is (102,39,97). Sum of RGB (Red+Green+Blue) = 102+39+97=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662761 is #99D89E. Grayscale: #404040. Windows color (decimal): -10082463 or 6367078. OLE color: 6367078.

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

Color convert

RGB1023997-
CMYK00.620.050.6
HSL304.76º44.68%27.65%-
HSV(B)304.76º61.76%40%-
XYZ8.365.1411.86-
YUV64.45146.37154.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=42.86%
G=16.39%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102399700.620.050.6304.7644.6827.65
Hex66276103E53C1312d1c
Octal146471410765744615534
Binary11001101001111100001011111010111110010011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662761; }

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

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

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

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

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

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

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

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