Html Css Color HEX #6D019E Dark Magenta

📋 copy color: '#6D019E'

red 109 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #6D019E

Tints of Dark Magenta #6D019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 40.67%
G = 0.37%
B = 58.96%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D019E (or 0x6D019E) is known color: Dark Magenta. HEX triplet: 6D, 01 and 9E. RGB value is (109,1,158). Sum of RGB (Red+Green+Blue) = 109+1+158=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D019E is #92FE61. Grayscale: #323232. Windows color (decimal): -9633378 or 10355053. OLE color: 10355053.

HSL color Cylindrical-coordinate representation of color #6D019E: hue angle of 281.27º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D019E is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 1 158 -
CMYK 0.31 0.99 0 0.38
HSL 281.27º 0.99% 0.31% -
HSV(B) 281.27º 0.99% 0.62% -
XYZ 12.49 5.74 32.8 -
YUV 51.19 188.28 169.23 -
System Red Green Blue C M Y K H S L
Decimal 109 1 158 0.31 0.99 0 0.38 281.27 0.99 0.31
Hex 6D 1 9E 1F 63 0 26 119 63 1F
Octal 155 1 236 37 143 0 46 431 143 37
Binary 1101101 1 10011110 11111 1100011 0 100110 100011001 1100011 11111

Color Harmonies of #6D019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D019E

Black with #6D019E

Text Example


Text Example

White with #6D019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,158); }

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

background-color css

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

 a { background-color: rgb(109,1,158); }

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

border-color css

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

 span { border-color: rgb(109,1,158); }

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