#641556

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

Shades of Palatinate Purple #641556

Tints of Palatinate Purple #641556

Color information

#641556 (or 0x641556) is unknown color: approx Palatinate Purple. HEX triplet: 64, 15 and 56. RGB value is (100,21,86). Sum of RGB (Red+Green+Blue) = 100+21+86=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #641556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641556 is #9BEAA9. Grayscale: #333333. Windows color (decimal): -10218154 or 5641572. OLE color: 5641572.

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

Color convert

RGB1002186-
CMYK00.790.140.61
HSL310.63º65.29%23.73%-
HSV(B)310.63º79%39.22%-
XYZ7.23.929.18-
YUV52.03147.17162.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=48.31%
G=10.14%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100218600.790.140.61310.6365.2923.73
Hex64155604FE3D1374118
Octal144251260117167546710130
Binary1100100101011010110010011111110111101100110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641556; }

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

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

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

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

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

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

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

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