Html Css Color HEX #6F039E Dark Magenta

📋 copy color: '#6F039E'

red 111 ◦ green 3 ◦ blue 158

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

Shades of Dark Magenta #6F039E

Tints of Dark Magenta #6F039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 40.81%
G = 1.1%
B = 58.09%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F039E (or 0x6F039E) is known color: Dark Magenta. HEX triplet: 6F, 03 and 9E. RGB value is (111,3,158). Sum of RGB (Red+Green+Blue) = 111+3+158=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F039E is #90FC61. Grayscale: #343434. Windows color (decimal): -9501794 or 10355567. OLE color: 10355567.

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

Color convert

RGB 111 3 158 -
CMYK 0.30 0.98 0 0.38
HSL 281.81º 0.96% 0.32% -
HSV(B) 281.81º 0.98% 0.62% -
XYZ 12.76 5.91 32.82 -
YUV 52.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 111 3 158 0.30 0.98 0 0.38 281.81 0.96 0.32
Hex 6F 3 9E 1E 62 0 26 11A 60 20
Octal 157 3 236 36 142 0 46 432 140 40
Binary 1101111 11 10011110 11110 1100010 0 100110 100011010 1100000 100000

Color Harmonies of #6F039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F039E

Black with #6F039E

Text Example


Text Example

White with #6F039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,158); }

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

background-color css

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

 a { background-color: rgb(111,3,158); }

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

border-color css

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

 span { border-color: rgb(111,3,158); }

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