#642652

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

Shades of Palatinate Purple #642652

Tints of Palatinate Purple #642652

Color information

#642652 (or 0x642652) is unknown color: approx Palatinate Purple. HEX triplet: 64, 26 and 52. RGB value is (100,38,82). Sum of RGB (Red+Green+Blue) = 100+38+82=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #642652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642652 is #9BD9AD. Grayscale: #3D3D3D. Windows color (decimal): -10213806 or 5383780. OLE color: 5383780.

HSL color Cylindrical-coordinate representation of color #642652: hue angle of 317.42º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642652 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1003882-
CMYK00.620.180.61
HSL317.42º44.93%27.06%-
HSV(B)317.42º62%39.22%-
XYZ7.474.78.5-
YUV61.55139.54155.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=45.45%
G=17.27%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100388200.620.180.61317.4244.9327.06
Hex64265203E123D13d2d1b
Octal1444612207622754755533
Binary1100100100110101001001111101001011110110011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642652; }

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

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

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

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

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

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

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

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