Html Css Color HEX #6D2159 Palatinate Purple

📋 copy color: '#6D2159'

red 109 ◦ green 33 ◦ blue 89

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

Shades of Palatinate Purple #6D2159

Tints of Palatinate Purple #6D2159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 47.19%
G = 14.29%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D2159 (or 0x6D2159) is known color: Palatinate Purple. HEX triplet: 6D, 21 and 59. RGB value is (109,33,89). Sum of RGB (Red+Green+Blue) = 109+33+89=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2159 is #92DEA6. Grayscale: #3D3D3D. Windows color (decimal): -9625255 or 5841261. OLE color: 5841261.

HSL color Cylindrical-coordinate representation of color #6D2159: hue angle of 315.79º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2159 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 89 -
CMYK 0 0.70 0.18 0.57
HSL 315.79º 0.54% 0.28% -
HSV(B) 315.79º 0.7% 0.43% -
XYZ 8.65 5.06 9.97 -
YUV 62.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 109 33 89 0 0.70 0.18 0.57 315.79 0.54 0.28
Hex 6D 21 59 0 46 12 39 13C 36 1C
Octal 155 41 131 0 106 22 71 474 66 34
Binary 1101101 100001 1011001 0 1000110 10010 111001 100111100 110110 11100

Color Harmonies of #6D2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2159

Black with #6D2159

Text Example


Text Example

White with #6D2159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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