Html Css Color HEX #6D1E59 Palatinate Purple

📋 copy color: '#6D1E59'

red 109 ◦ green 30 ◦ blue 89

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

Shades of Palatinate Purple #6D1E59

Tints of Palatinate Purple #6D1E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

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

R = 47.81%
G = 13.16%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D1E59 (or 0x6D1E59) is known color: Palatinate Purple. HEX triplet: 6D, 1E and 59. RGB value is (109,30,89). Sum of RGB (Red+Green+Blue) = 109+30+89=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E59 is #92E1A6. Grayscale: #3C3C3C. Windows color (decimal): -9626023 or 5840493. OLE color: 5840493.

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

Color convert

RGB 109 30 89 -
CMYK 0 0.72 0.18 0.57
HSL 315.19º 0.57% 0.27% -
HSV(B) 315.19º 0.72% 0.43% -
XYZ 8.57 4.9 9.95 -
YUV 60.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 109 30 89 0 0.72 0.18 0.57 315.19 0.57 0.27
Hex 6D 1E 59 0 48 12 39 13B 39 1B
Octal 155 36 131 0 110 22 71 473 71 33
Binary 1101101 11110 1011001 0 1001000 10010 111001 100111011 111001 11011

Color Harmonies of #6D1E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E59

Black with #6D1E59

Text Example


Text Example

White with #6D1E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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