Html Css Color HEX #6D1F59 Palatinate Purple

📋 copy color: '#6D1F59'

red 109 ◦ green 31 ◦ blue 89

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

Shades of Palatinate Purple #6D1F59

Tints of Palatinate Purple #6D1F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.54%

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

R = 47.6%
G = 13.54%
B = 38.86%

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

#6D1F59 (or 0x6D1F59) is known color: Palatinate Purple. HEX triplet: 6D, 1F and 59. RGB value is (109,31,89). Sum of RGB (Red+Green+Blue) = 109+31+89=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F59 is #92E0A6. Grayscale: #3C3C3C. Windows color (decimal): -9625767 or 5840749. OLE color: 5840749.

HSL color Cylindrical-coordinate representation of color #6D1F59: hue angle of 315.38º degrees, saturation: 0.56, 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 #6D1F59 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 89 -
CMYK 0 0.72 0.18 0.57
HSL 315.38º 0.56% 0.27% -
HSV(B) 315.38º 0.72% 0.43% -
XYZ 8.6 4.95 9.95 -
YUV 60.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 109 31 89 0 0.72 0.18 0.57 315.38 0.56 0.27
Hex 6D 1F 59 0 48 12 39 13B 38 1B
Octal 155 37 131 0 110 22 71 473 70 33
Binary 1101101 11111 1011001 0 1001000 10010 111001 100111011 111000 11011

Color Harmonies of #6D1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F59

Black with #6D1F59

Text Example


Text Example

White with #6D1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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