Html Css Color HEX #642F59 Palatinate Purple

📋 copy color: '#642F59'

red 100 ◦ green 47 ◦ blue 89

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

Shades of Palatinate Purple #642F59

Tints of Palatinate Purple #642F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 42.37%
G = 19.92%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#642F59 (or 0x642F59) is known color: Palatinate Purple. HEX triplet: 64, 2F and 59. RGB value is (100,47,89). Sum of RGB (Red+Green+Blue) = 100+47+89=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #642F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F59 is #9BD0A6. Grayscale: #434343. Windows color (decimal): -10211495 or 5844836. OLE color: 5844836.

HSL color Cylindrical-coordinate representation of color #642F59: hue angle of 312.45º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F59 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 47 89 -
CMYK 0 0.53 0.11 0.61
HSL 312.45º 0.36% 0.29% -
HSV(B) 312.45º 0.53% 0.39% -
XYZ 8.08 5.46 10.08 -
YUV 67.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 100 47 89 0 0.53 0.11 0.61 312.45 0.36 0.29
Hex 64 2F 59 0 35 B 3D 138 24 1D
Octal 144 57 131 0 65 13 75 470 44 35
Binary 1100100 101111 1011001 0 110101 1011 111101 100111000 100100 11101

Color Harmonies of #642F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F59

Black with #642F59

Text Example


Text Example

White with #642F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F59; }

 p { color: rgb(100,47,89); }

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

background-color css

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

 a { background-color: rgb(100,47,89); }

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

border-color css

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

 span { border-color: rgb(100,47,89); }

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