#641766

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

Shades of Palatinate Purple #641766

Tints of Palatinate Purple #641766

Color information

#641766 (or 0x641766) is unknown color: approx Palatinate Purple. HEX triplet: 64, 17 and 66. RGB value is (100,23,102). Sum of RGB (Red+Green+Blue) = 100+23+102=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #641766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641766 is #9BE899. Grayscale: #363636. Windows color (decimal): -10217626 or 6690660. OLE color: 6690660.

HSL color Cylindrical-coordinate representation of color #641766: hue angle of 298.48º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641766 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10023102-
CMYK0.020.7700.6
HSL298.48º63.2%24.51%-
HSV(B)298.48º77.45%40%-
XYZ7.964.2812.98-
YUV55.03154.51160.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=44.44%
G=10.22%
B=45.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100231020.020.7700.6298.4863.224.51
Hex64176624D03C12a3f19
Octal1442714621150744527731
Binary1100100101111100110101001101011110010010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641766; }

 p { color: rgb(100,23,102); }

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

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

 a { background-color: rgb(100,23,102); }

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

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

 span { border-color: rgb(100,23,102); }

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