#641656

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

Shades of Palatinate Purple #641656

Tints of Palatinate Purple #641656

Color information

#641656 (or 0x641656) is unknown color: approx Palatinate Purple. HEX triplet: 64, 16 and 56. RGB value is (100,22,86). Sum of RGB (Red+Green+Blue) = 100+22+86=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #641656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641656 is #9BE9A9. Grayscale: #343434. Windows color (decimal): -10217898 or 5641828. OLE color: 5641828.

HSL color Cylindrical-coordinate representation of color #641656: hue angle of 310.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641656 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1002286-
CMYK00.780.140.61
HSL310.77º63.93%23.92%-
HSV(B)310.77º78%39.22%-
XYZ7.223.969.19-
YUV52.62146.84161.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=48.08%
G=10.58%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100228600.780.140.61310.7763.9323.92
Hex64165604EE3D1374018
Octal144261260116167546710030
Binary1100100101101010110010011101110111101100110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641656; }

 p { color: rgb(100,22,86); }

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

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

 a { background-color: rgb(100,22,86); }

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

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

 span { border-color: rgb(100,22,86); }

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