Html Css Color HEX #642E61 Palatinate Purple

📋 copy color: '#642E61'

red 100 ◦ green 46 ◦ blue 97

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

Shades of Palatinate Purple #642E61

Tints of Palatinate Purple #642E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.93%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 41.15%
G = 18.93%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#642E61 (or 0x642E61) is known color: Palatinate Purple. HEX triplet: 64, 2E and 61. RGB value is (100,46,97). Sum of RGB (Red+Green+Blue) = 100+46+97=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #642E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E61 is #9BD19E. Grayscale: #434343. Windows color (decimal): -10211743 or 6368868. OLE color: 6368868.

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

Color convert

RGB 100 46 97 -
CMYK 0 0.54 0.03 0.61
HSL 303.33º 0.37% 0.29% -
HSV(B) 303.33º 0.54% 0.39% -
XYZ 8.39 5.53 11.93 -
YUV 67.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 100 46 97 0 0.54 0.03 0.61 303.33 0.37 0.29
Hex 64 2E 61 0 36 3 3D 12F 25 1D
Octal 144 56 141 0 66 3 75 457 45 35
Binary 1100100 101110 1100001 0 110110 11 111101 100101111 100101 11101

Color Harmonies of #642E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642E61

Black with #642E61

Text Example


Text Example

White with #642E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,46,97); }

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

background-color css

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

 a { background-color: rgb(100,46,97); }

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

border-color css

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

 span { border-color: rgb(100,46,97); }

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