Html Css Color HEX #642458 Palatinate Purple

📋 copy color: '#642458'

red 100 ◦ green 36 ◦ blue 88

#642458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #642458

Tints of Palatinate Purple #642458

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 value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#642458 (or 0x642458) is known color: 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

RGB 100 36 88 -
CMYK 0 0.64 0.12 0.61
HSL 311.25º 0.47% 0.27% -
HSV(B) 311.25º 0.64% 0.39% -
XYZ 7.65 4.68 9.73 -
YUV 61.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 100 36 88 0 0.64 0.12 0.61 311.25 0.47 0.27
Hex 64 24 58 0 40 C 3D 137 2F 1B
Octal 144 44 130 0 100 14 75 467 57 33
Binary 1100100 100100 1011000 0 1000000 1100 111101 100110111 101111 11011

Color Harmonies of #642458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642458

Black with #642458

Text Example


Text Example

White with #642458

Text Example


Text Example

HTML Codes & Css Web 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>