Html Css Color HEX #642E5B Palatinate Purple

📋 copy color: '#642E5B'

red 100 ◦ green 46 ◦ blue 91

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

Shades of Palatinate Purple #642E5B

Tints of Palatinate Purple #642E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 42.19%
G = 19.41%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#642E5B (or 0x642E5B) is known color: Palatinate Purple. HEX triplet: 64, 2E and 5B. RGB value is (100,46,91). Sum of RGB (Red+Green+Blue) = 100+46+91=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #642E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E5B is #9BD1A4. Grayscale: #434343. Windows color (decimal): -10211749 or 5975652. OLE color: 5975652.

HSL color Cylindrical-coordinate representation of color #642E5B: hue angle of 310º 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 #642E5B is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 46 91 -
CMYK 0 0.54 0.09 0.61
HSL 310º 0.37% 0.29% -
HSV(B) 310º 0.54% 0.39% -
XYZ 8.12 5.42 10.52 -
YUV 67.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 100 46 91 0 0.54 0.09 0.61 310 0.37 0.29
Hex 64 2E 5B 0 36 9 3D 136 25 1D
Octal 144 56 133 0 66 11 75 466 45 35
Binary 1100100 101110 1011011 0 110110 1001 111101 100110110 100101 11101

Color Harmonies of #642E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642E5B

Black with #642E5B

Text Example


Text Example

White with #642E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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