Html Css Color HEX #6F00A0 Dark Magenta

📋 copy color: '#6F00A0'

red 111 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #6F00A0

Tints of Dark Magenta #6F00A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 59.04%

R = 40.96%
G = 0%
B = 59.04%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6F00A0 (or 0x6F00A0) is known color: Dark Magenta. HEX triplet: 6F, 00 and A0. RGB value is (111,0,160). Sum of RGB (Red+Green+Blue) = 111+0+160=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F00A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F00A0 is #90FF5F. Grayscale: #323232. Windows color (decimal): -9502560 or 10485871. OLE color: 10485871.

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

Color convert

RGB 111 0 160 -
CMYK 0.31 1 0 0.37
HSL 281.63º 1% 0.31% -
HSV(B) 281.63º 1% 0.63% -
XYZ 12.9 5.92 33.72 -
YUV 51.43 189.27 170.49 -
System Red Green Blue C M Y K H S L
Decimal 111 0 160 0.31 1 0 0.37 281.63 1 0.31
Hex 6F 0 A0 1F 64 0 25 11A 64 1F
Octal 157 0 240 37 144 0 45 432 144 37
Binary 1101111 0 10100000 11111 1100100 0 100101 100011010 1100100 11111

Color Harmonies of #6F00A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F00A0

Black with #6F00A0

Text Example


Text Example

White with #6F00A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,160); }

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

background-color css

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

 a { background-color: rgb(111,0,160); }

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

border-color css

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

 span { border-color: rgb(111,0,160); }

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