Html Css Color HEX #7808AB Dark Magenta

📋 copy color: '#7808AB'

red 120 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #7808AB

Tints of Dark Magenta #7808AB

RGB

 RED value IS 120 (47.27% from 255) = 40.13%

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 40.13%
G = 2.68%
B = 57.19%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7808AB (or 0x7808AB) is known color: Dark Magenta. HEX triplet: 78, 08 and AB. RGB value is (120,8,171). Sum of RGB (Red+Green+Blue) = 120+8+171=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #7808AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7808AB is #87F754. Grayscale: #3B3B3B. Windows color (decimal): -8910677 or 11208824. OLE color: 11208824.

HSL color Cylindrical-coordinate representation of color #7808AB: hue angle of 281.23º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7808AB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 8 171 -
CMYK 0.30 0.95 0 0.33
HSL 281.23º 0.91% 0.35% -
HSV(B) 281.23º 0.95% 0.67% -
XYZ 15.18 7.11 39.1 -
YUV 60.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 120 8 171 0.30 0.95 0 0.33 281.23 0.91 0.35
Hex 78 8 AB 1E 5F 0 21 119 5B 23
Octal 170 10 253 36 137 0 41 431 133 43
Binary 1111000 1000 10101011 11110 1011111 0 100001 100011001 1011011 100011

Color Harmonies of #7808AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7808AB

Black with #7808AB

Text Example


Text Example

White with #7808AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7808AB; }

 p { color: rgb(120,8,171); }

 H1.HeaderClassName
 {
   color: #7808AB;
 }
 .AnyTagClassName
 {
   color: #7808AB;
 }
</style>

background-color css

<style>
 a { background-color: #7808AB; }

 a { background-color: rgb(120,8,171); }

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

border-color css

<style>
 span { border-color: #7808AB; }

 span { border-color: rgb(120,8,171); }

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