Html Css Color HEX #6D1559 Palatinate Purple

📋 copy color: '#6D1559'

red 109 ◦ green 21 ◦ blue 89

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

Shades of Palatinate Purple #6D1559

Tints of Palatinate Purple #6D1559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

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

R = 49.77%
G = 9.59%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D1559 (or 0x6D1559) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 59. RGB value is (109,21,89). Sum of RGB (Red+Green+Blue) = 109+21+89=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1559 is #92EAA6. Grayscale: #363636. Windows color (decimal): -9628327 or 5838189. OLE color: 5838189.

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

Color convert

RGB 109 21 89 -
CMYK 0 0.81 0.18 0.57
HSL 313.64º 0.68% 0.25% -
HSV(B) 313.64º 0.81% 0.43% -
XYZ 8.38 4.51 9.88 -
YUV 55.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 109 21 89 0 0.81 0.18 0.57 313.64 0.68 0.25
Hex 6D 15 59 0 51 12 39 13A 44 19
Octal 155 25 131 0 121 22 71 472 104 31
Binary 1101101 10101 1011001 0 1010001 10010 111001 100111010 1000100 11001

Color Harmonies of #6D1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1559

Black with #6D1559

Text Example


Text Example

White with #6D1559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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