#642158

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

Shades of Palatinate Purple #642158

Tints of Palatinate Purple #642158

Color information

#642158 (or 0x642158) is unknown color: approx Palatinate Purple. HEX triplet: 64, 21 and 58. RGB value is (100,33,88). Sum of RGB (Red+Green+Blue) = 100+33+88=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642158 is #9BDEA7. Grayscale: #3B3B3B. Windows color (decimal): -10215080 or 5775716. OLE color: 5775716.

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

Color convert

RGB1003388-
CMYK00.670.120.61
HSL310.75º50.38%26.08%-
HSV(B)310.75º67%39.22%-
XYZ7.564.59.7-
YUV59.3144.2157.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=45.25%
G=14.93%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100338800.670.120.61310.7550.3826.08
Hex642158043C3D137321a
Octal14441130010314754676232
Binary1100100100001101100001000011110011110110011011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642158; }

 p { color: rgb(100,33,88); }

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

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

 a { background-color: rgb(100,33,88); }

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

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

 span { border-color: rgb(100,33,88); }

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