Html Css Color HEX #6F079F Dark Magenta

📋 copy color: '#6F079F'

red 111 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #6F079F

Tints of Dark Magenta #6F079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 40.07%
G = 2.53%
B = 57.4%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F079F (or 0x6F079F) is known color: Dark Magenta. HEX triplet: 6F, 07 and 9F. RGB value is (111,7,159). Sum of RGB (Red+Green+Blue) = 111+7+159=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F079F is #90F860. Grayscale: #363636. Windows color (decimal): -9500769 or 10422127. OLE color: 10422127.

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

Color convert

RGB 111 7 159 -
CMYK 0.30 0.96 0 0.38
HSL 281.05º 0.92% 0.33% -
HSV(B) 281.05º 0.96% 0.62% -
XYZ 12.89 6.03 33.29 -
YUV 55.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 111 7 159 0.30 0.96 0 0.38 281.05 0.92 0.33
Hex 6F 7 9F 1E 60 0 26 119 5C 21
Octal 157 7 237 36 140 0 46 431 134 41
Binary 1101111 111 10011111 11110 1100000 0 100110 100011001 1011100 100001

Color Harmonies of #6F079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F079F

Black with #6F079F

Text Example


Text Example

White with #6F079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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