Html Css Color HEX #6F079D Dark Magenta

📋 copy color: '#6F079D'

red 111 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #6F079D

Tints of Dark Magenta #6F079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 40.36%
G = 2.55%
B = 57.09%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F079D (or 0x6F079D) is known color: Dark Magenta. HEX triplet: 6F, 07 and 9D. RGB value is (111,7,157). Sum of RGB (Red+Green+Blue) = 111+7+157=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F079D is #90F862. Grayscale: #363636. Windows color (decimal): -9500771 or 10291055. OLE color: 10291055.

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

Color convert

RGB 111 7 157 -
CMYK 0.29 0.96 0 0.38
HSL 281.6º 0.91% 0.32% -
HSV(B) 281.6º 0.96% 0.62% -
XYZ 12.72 5.97 32.38 -
YUV 55.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 111 7 157 0.29 0.96 0 0.38 281.6 0.91 0.32
Hex 6F 7 9D 1D 60 0 26 11A 5B 20
Octal 157 7 235 35 140 0 46 432 133 40
Binary 1101111 111 10011101 11101 1100000 0 100110 100011010 1011011 100000

Color Harmonies of #6F079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F079D

Black with #6F079D

Text Example


Text Example

White with #6F079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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