Html Css Color HEX #7801A2 Dark Magenta

📋 copy color: '#7801A2'

red 120 ◦ green 1 ◦ blue 162

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

Shades of Dark Magenta #7801A2

Tints of Dark Magenta #7801A2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 162 (63.67% from 255) = 57.24%

R = 42.4%
G = 0.35%
B = 57.24%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7801A2 (or 0x7801A2) is known color: Dark Magenta. HEX triplet: 78, 01 and A2. RGB value is (120,1,162). Sum of RGB (Red+Green+Blue) = 120+1+162=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #7801A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7801A2 is #87FE5D. Grayscale: #363636. Windows color (decimal): -8912478 or 10617208. OLE color: 10617208.

HSL color Cylindrical-coordinate representation of color #7801A2: hue angle of 284.35º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7801A2 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 1 162 -
CMYK 0.26 0.99 0 0.36
HSL 284.35º 0.99% 0.32% -
HSV(B) 284.35º 0.99% 0.64% -
XYZ 14.28 6.62 34.71 -
YUV 54.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 120 1 162 0.26 0.99 0 0.36 284.35 0.99 0.32
Hex 78 1 A2 1A 63 0 24 11C 63 20
Octal 170 1 242 32 143 0 44 434 143 40
Binary 1111000 1 10100010 11010 1100011 0 100100 100011100 1100011 100000

Color Harmonies of #7801A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7801A2

Black with #7801A2

Text Example


Text Example

White with #7801A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7801A2; }

 p { color: rgb(120,1,162); }

 H1.HeaderClassName
 {
   color: #7801A2;
 }
 .AnyTagClassName
 {
   color: #7801A2;
 }
</style>

background-color css

<style>
 a { background-color: #7801A2; }

 a { background-color: rgb(120,1,162); }

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

border-color css

<style>
 span { border-color: #7801A2; }

 span { border-color: rgb(120,1,162); }

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