Html Css Color HEX #7F03AB Dark Magenta

📋 copy color: '#7F03AB'

red 127 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #7F03AB

Tints of Dark Magenta #7F03AB

RGB

 RED value IS 127 (50% from 255) = 42.19%

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 42.19%
G = 1%
B = 56.81%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F03AB (or 0x7F03AB) is known color: Dark Magenta. HEX triplet: 7F, 03 and AB. RGB value is (127,3,171). Sum of RGB (Red+Green+Blue) = 127+3+171=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F03AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F03AB is #80FC54. Grayscale: #3A3A3A. Windows color (decimal): -8453205 or 11207551. OLE color: 11207551.

HSL color Cylindrical-coordinate representation of color #7F03AB: hue angle of 284.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F03AB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 3 171 -
CMYK 0.26 0.98 0 0.33
HSL 284.29º 0.97% 0.34% -
HSV(B) 284.29º 0.98% 0.67% -
XYZ 16.14 7.52 39.13 -
YUV 59.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 127 3 171 0.26 0.98 0 0.33 284.29 0.97 0.34
Hex 7F 3 AB 1A 62 0 21 11C 61 22
Octal 177 3 253 32 142 0 41 434 141 42
Binary 1111111 11 10101011 11010 1100010 0 100001 100011100 1100001 100010

Color Harmonies of #7F03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03AB

Black with #7F03AB

Text Example


Text Example

White with #7F03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F03AB; }

 p { color: rgb(127,3,171); }

 H1.HeaderClassName
 {
   color: #7F03AB;
 }
 .AnyTagClassName
 {
   color: #7F03AB;
 }
</style>

background-color css

<style>
 a { background-color: #7F03AB; }

 a { background-color: rgb(127,3,171); }

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

border-color css

<style>
 span { border-color: #7F03AB; }

 span { border-color: rgb(127,3,171); }

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