Html Css Color HEX #6D2A59 Palatinate Purple

📋 copy color: '#6D2A59'

red 109 ◦ green 42 ◦ blue 89

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

Shades of Palatinate Purple #6D2A59

Tints of Palatinate Purple #6D2A59

RGB

 RED value IS 109 (42.97% from 255) = 45.42%

 GREEN value IS 42 (16.8% from 255) = 17.5%

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

R = 45.42%
G = 17.5%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D2A59 (or 0x6D2A59) is known color: Palatinate Purple. HEX triplet: 6D, 2A and 59. RGB value is (109,42,89). Sum of RGB (Red+Green+Blue) = 109+42+89=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A59 is #92D5A6. Grayscale: #434343. Windows color (decimal): -9622951 or 5843565. OLE color: 5843565.

HSL color Cylindrical-coordinate representation of color #6D2A59: hue angle of 317.91º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A59 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 42 89 -
CMYK 0 0.61 0.18 0.57
HSL 317.91º 0.44% 0.3% -
HSV(B) 317.91º 0.61% 0.43% -
XYZ 8.94 5.63 10.07 -
YUV 67.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 109 42 89 0 0.61 0.18 0.57 317.91 0.44 0.3
Hex 6D 2A 59 0 3D 12 39 13E 2C 1E
Octal 155 52 131 0 75 22 71 476 54 36
Binary 1101101 101010 1011001 0 111101 10010 111001 100111110 101100 11110

Color Harmonies of #6D2A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2A59

Black with #6D2A59

Text Example


Text Example

White with #6D2A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D2A59; }

 p { color: rgb(109,42,89); }

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

background-color css

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

 a { background-color: rgb(109,42,89); }

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

border-color css

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

 span { border-color: rgb(109,42,89); }

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