Html Css Color HEX #642B5B Palatinate Purple

📋 copy color: '#642B5B'

red 100 ◦ green 43 ◦ blue 91

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

Shades of Palatinate Purple #642B5B

Tints of Palatinate Purple #642B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

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

R = 42.74%
G = 18.38%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#642B5B (or 0x642B5B) is known color: Palatinate Purple. HEX triplet: 64, 2B and 5B. RGB value is (100,43,91). Sum of RGB (Red+Green+Blue) = 100+43+91=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #642B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642B5B is #9BD4A4. Grayscale: #414141. Windows color (decimal): -10212517 or 5974884. OLE color: 5974884.

HSL color Cylindrical-coordinate representation of color #642B5B: hue angle of 309.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B5B is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 43 91 -
CMYK 0 0.57 0.09 0.61
HSL 309.47º 0.4% 0.28% -
HSV(B) 309.47º 0.57% 0.39% -
XYZ 8.01 5.19 10.48 -
YUV 65.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 100 43 91 0 0.57 0.09 0.61 309.47 0.4 0.28
Hex 64 2B 5B 0 39 9 3D 135 28 1C
Octal 144 53 133 0 71 11 75 465 50 34
Binary 1100100 101011 1011011 0 111001 1001 111101 100110101 101000 11100

Color Harmonies of #642B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B5B

Black with #642B5B

Text Example


Text Example

White with #642B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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