Html Css Color HEX #6F019D Dark Magenta

📋 copy color: '#6F019D'

red 111 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #6F019D

Tints of Dark Magenta #6F019D

RGB

 RED value IS 111 (43.75% from 255) = 41.26%

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

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 41.26%
G = 0.37%
B = 58.36%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F019D (or 0x6F019D) is known color: Dark Magenta. HEX triplet: 6F, 01 and 9D. RGB value is (111,1,157). Sum of RGB (Red+Green+Blue) = 111+1+157=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F019D is #90FE62. Grayscale: #333333. Windows color (decimal): -9502307 or 10289519. OLE color: 10289519.

HSL color Cylindrical-coordinate representation of color #6F019D: hue angle of 282.31º 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 #6F019D is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 1 157 -
CMYK 0.29 0.99 0 0.38
HSL 282.31º 0.99% 0.31% -
HSV(B) 282.31º 0.99% 0.62% -
XYZ 12.65 5.84 32.36 -
YUV 51.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 111 1 157 0.29 0.99 0 0.38 282.31 0.99 0.31
Hex 6F 1 9D 1D 63 0 26 11A 63 1F
Octal 157 1 235 35 143 0 46 432 143 37
Binary 1101111 1 10011101 11101 1100011 0 100110 100011010 1100011 11111

Color Harmonies of #6F019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F019D

Black with #6F019D

Text Example


Text Example

White with #6F019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,157); }

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

background-color css

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

 a { background-color: rgb(111,1,157); }

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

border-color css

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

 span { border-color: rgb(111,1,157); }

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