Html Css Color HEX #6D1389 Purple

📋 copy color: '#6D1389'

red 109 ◦ green 19 ◦ blue 137

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

Shades of Purple #6D1389

Tints of Purple #6D1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 137 (53.91% from 255) = 51.7%

R = 41.13%
G = 7.17%
B = 51.7%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D1389 (or 0x6D1389) is known color: Purple. HEX triplet: 6D, 13 and 89. RGB value is (109,19,137). Sum of RGB (Red+Green+Blue) = 109+19+137=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1389 is #92EC76. Grayscale: #3A3A3A. Windows color (decimal): -9628791 or 8983405. OLE color: 8983405.

HSL color Cylindrical-coordinate representation of color #6D1389: hue angle of 285.76º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1389 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 19 137 -
CMYK 0.20 0.86 0 0.46
HSL 285.76º 0.76% 0.31% -
HSV(B) 285.76º 0.86% 0.54% -
XYZ 11.05 5.52 24.15 -
YUV 59.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 109 19 137 0.20 0.86 0 0.46 285.76 0.76 0.31
Hex 6D 13 89 14 56 0 2E 11E 4C 1F
Octal 155 23 211 24 126 0 56 436 114 37
Binary 1101101 10011 10001001 10100 1010110 0 101110 100011110 1001100 11111

Color Harmonies of #6D1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1389

Black with #6D1389

Text Example


Text Example

White with #6D1389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,137); }

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

background-color css

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

 a { background-color: rgb(109,19,137); }

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

border-color css

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

 span { border-color: rgb(109,19,137); }

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