Html Css Color HEX #6D0759 Palatinate Purple

📋 copy color: '#6D0759'

red 109 ◦ green 7 ◦ blue 89

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

Shades of Palatinate Purple #6D0759

Tints of Palatinate Purple #6D0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 53.17%
G = 3.41%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D0759 (or 0x6D0759) is known color: Palatinate Purple. HEX triplet: 6D, 07 and 59. RGB value is (109,7,89). Sum of RGB (Red+Green+Blue) = 109+7+89=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0759 is #92F8A6. Grayscale: #2E2E2E. Windows color (decimal): -9631911 or 5834605. OLE color: 5834605.

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

Color convert

RGB 109 7 89 -
CMYK 0 0.94 0.18 0.57
HSL 311.76º 0.88% 0.23% -
HSV(B) 311.76º 0.94% 0.43% -
XYZ 8.19 4.12 9.82 -
YUV 46.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 109 7 89 0 0.94 0.18 0.57 311.76 0.88 0.23
Hex 6D 7 59 0 5E 12 39 138 58 17
Octal 155 7 131 0 136 22 71 470 130 27
Binary 1101101 111 1011001 0 1011110 10010 111001 100111000 1011000 10111

Color Harmonies of #6D0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0759

Black with #6D0759

Text Example


Text Example

White with #6D0759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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