Html Css Color HEX #6D0A59 Palatinate Purple

📋 copy color: '#6D0A59'

red 109 ◦ green 10 ◦ blue 89

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

Shades of Palatinate Purple #6D0A59

Tints of Palatinate Purple #6D0A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 52.4%
G = 4.81%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D0A59 (or 0x6D0A59) is known color: Palatinate Purple. HEX triplet: 6D, 0A and 59. RGB value is (109,10,89). Sum of RGB (Red+Green+Blue) = 109+10+89=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A59 is #92F5A6. Grayscale: #303030. Windows color (decimal): -9631143 or 5835373. OLE color: 5835373.

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

Color convert

RGB 109 10 89 -
CMYK 0 0.91 0.18 0.57
HSL 312.12º 0.83% 0.23% -
HSV(B) 312.12º 0.91% 0.43% -
XYZ 8.22 4.19 9.83 -
YUV 48.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 109 10 89 0 0.91 0.18 0.57 312.12 0.83 0.23
Hex 6D A 59 0 5B 12 39 138 53 17
Octal 155 12 131 0 133 22 71 470 123 27
Binary 1101101 1010 1011001 0 1011011 10010 111001 100111000 1010011 10111

Color Harmonies of #6D0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A59

Black with #6D0A59

Text Example


Text Example

White with #6D0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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