#642356

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

Shades of Palatinate Purple #642356

Tints of Palatinate Purple #642356

Color information

#642356 (or 0x642356) is unknown color: approx Palatinate Purple. HEX triplet: 64, 23 and 56. RGB value is (100,35,86). Sum of RGB (Red+Green+Blue) = 100+35+86=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642356 is #9BDCA9. Grayscale: #3C3C3C. Windows color (decimal): -10214570 or 5645156. OLE color: 5645156.

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

Color convert

RGB1003586-
CMYK00.650.140.61
HSL312.92º48.15%26.47%-
HSV(B)312.92º65%39.22%-
XYZ7.544.589.29-
YUV60.25142.53156.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=45.25%
G=15.84%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100358600.650.140.61312.9248.1526.47
Hex642356041E3D139301a
Octal14443126010116754716032
Binary1100100100011101011001000001111011110110011100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642356; }

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

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

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

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

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

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

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

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