Html Css Color HEX #642252 Palatinate Purple

📋 copy color: '#642252'

red 100 ◦ green 34 ◦ blue 82

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

Shades of Palatinate Purple #642252

Tints of Palatinate Purple #642252

RGB

 RED value IS 100 (39.45% from 255) = 46.3%

 GREEN value IS 34 (13.67% from 255) = 15.74%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 46.3%
G = 15.74%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#642252 (or 0x642252) is known color: Palatinate Purple. HEX triplet: 64, 22 and 52. RGB value is (100,34,82). Sum of RGB (Red+Green+Blue) = 100+34+82=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642252 is #9BDDAD. Grayscale: #3B3B3B. Windows color (decimal): -10214830 or 5382756. OLE color: 5382756.

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

Color convert

RGB 100 34 82 -
CMYK 0 0.66 0.18 0.61
HSL 316.36º 0.49% 0.26% -
HSV(B) 316.36º 0.66% 0.39% -
XYZ 7.35 4.46 8.46 -
YUV 59.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 100 34 82 0 0.66 0.18 0.61 316.36 0.49 0.26
Hex 64 22 52 0 42 12 3D 13C 31 1A
Octal 144 42 122 0 102 22 75 474 61 32
Binary 1100100 100010 1010010 0 1000010 10010 111101 100111100 110001 11010

Color Harmonies of #642252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642252

Black with #642252

Text Example


Text Example

White with #642252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642252; }

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

 H1.HeaderClassName
 {
   color: #642252;
 }
 .AnyTagClassName
 {
   color: #642252;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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