#641552

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

Shades of Palatinate Purple #641552

Tints of Palatinate Purple #641552

Color information

#641552 (or 0x641552) is unknown color: approx Palatinate Purple. HEX triplet: 64, 15 and 52. RGB value is (100,21,82). Sum of RGB (Red+Green+Blue) = 100+21+82=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #641552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641552 is #9BEAAD. Grayscale: #333333. Windows color (decimal): -10218158 or 5379428. OLE color: 5379428.

HSL color Cylindrical-coordinate representation of color #641552: hue angle of 313.67º 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 #641552 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1002182-
CMYK00.790.180.61
HSL313.67º65.29%23.73%-
HSV(B)313.67º79%39.22%-
XYZ7.053.858.36-
YUV51.58145.17162.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=49.26%
G=10.34%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100218200.790.180.61313.6765.2923.73
Hex64155204F123D13a4118
Octal144251220117227547210130
Binary11001001010110100100100111110010111101100111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641552; }

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

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

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

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

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

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

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

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