Html Css Color HEX #6D1B59 Palatinate Purple

📋 copy color: '#6D1B59'

red 109 ◦ green 27 ◦ blue 89

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

Shades of Palatinate Purple #6D1B59

Tints of Palatinate Purple #6D1B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

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

R = 48.44%
G = 12%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D1B59 (or 0x6D1B59) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 59. RGB value is (109,27,89). Sum of RGB (Red+Green+Blue) = 109+27+89=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B59 is #92E4A6. Grayscale: #3A3A3A. Windows color (decimal): -9626791 or 5839725. OLE color: 5839725.

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

Color convert

RGB 109 27 89 -
CMYK 0 0.75 0.18 0.57
HSL 314.63º 0.6% 0.27% -
HSV(B) 314.63º 0.75% 0.43% -
XYZ 8.5 4.76 9.92 -
YUV 58.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 109 27 89 0 0.75 0.18 0.57 314.63 0.6 0.27
Hex 6D 1B 59 0 4B 12 39 13B 3C 1B
Octal 155 33 131 0 113 22 71 473 74 33
Binary 1101101 11011 1011001 0 1001011 10010 111001 100111011 111100 11011

Color Harmonies of #6D1B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1B59

Black with #6D1B59

Text Example


Text Example

White with #6D1B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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