#642458

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

Shades of Palatinate Purple #642458

Tints of Palatinate Purple #642458

Color information

#642458 (or 0x642458) is unknown color: approx Palatinate Purple. HEX triplet: 64, 24 and 58. RGB value is (100,36,88). Sum of RGB (Red+Green+Blue) = 100+36+88=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #642458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642458 is #9BDBA7. Grayscale: #3C3C3C. Windows color (decimal): -10214312 or 5776484. OLE color: 5776484.

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

Color convert

RGB1003688-
CMYK00.640.120.61
HSL311.25º47.06%26.67%-
HSV(B)311.25º64%39.22%-
XYZ7.654.689.73-
YUV61.06143.2155.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=44.64%
G=16.07%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100368800.640.120.61311.2547.0626.67
Hex642458040C3D1372f1b
Octal14444130010014754675733
Binary1100100100100101100001000000110011110110011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642458; }

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

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

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

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

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

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

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

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