Html Css Color HEX #6D1059 Palatinate Purple

📋 copy color: '#6D1059'

red 109 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #6D1059

Tints of Palatinate Purple #6D1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 50.93%
G = 7.48%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D1059 (or 0x6D1059) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 59. RGB value is (109,16,89). Sum of RGB (Red+Green+Blue) = 109+16+89=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1059 is #92EFA6. Grayscale: #333333. Windows color (decimal): -9629607 or 5836909. OLE color: 5836909.

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

Color convert

RGB 109 16 89 -
CMYK 0 0.85 0.18 0.57
HSL 312.9º 0.74% 0.25% -
HSV(B) 312.9º 0.85% 0.43% -
XYZ 8.3 4.34 9.85 -
YUV 52.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 109 16 89 0 0.85 0.18 0.57 312.9 0.74 0.25
Hex 6D 10 59 0 55 12 39 139 4A 19
Octal 155 20 131 0 125 22 71 471 112 31
Binary 1101101 10000 1011001 0 1010101 10010 111001 100111001 1001010 11001

Color Harmonies of #6D1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1059

Black with #6D1059

Text Example


Text Example

White with #6D1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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