Html Css Color HEX #7602AD Dark Magenta

📋 copy color: '#7602AD'

red 118 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #7602AD

Tints of Dark Magenta #7602AD

RGB

 RED value IS 118 (46.48% from 255) = 40.27%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 40.27%
G = 0.68%
B = 59.04%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7602AD (or 0x7602AD) is known color: Dark Magenta. HEX triplet: 76, 02 and AD. RGB value is (118,2,173). Sum of RGB (Red+Green+Blue) = 118+2+173=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #7602AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7602AD is #89FD52. Grayscale: #373737. Windows color (decimal): -9043283 or 11338358. OLE color: 11338358.

HSL color Cylindrical-coordinate representation of color #7602AD: hue angle of 280.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602AD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 2 173 -
CMYK 0.32 0.99 0 0.32
HSL 280.7º 0.98% 0.34% -
HSV(B) 280.7º 0.99% 0.68% -
XYZ 15.04 6.91 40.08 -
YUV 56.18 193.93 172.1 -
System Red Green Blue C M Y K H S L
Decimal 118 2 173 0.32 0.99 0 0.32 280.7 0.98 0.34
Hex 76 2 AD 20 63 0 20 119 62 22
Octal 166 2 255 40 143 0 40 431 142 42
Binary 1110110 10 10101101 100000 1100011 0 100000 100011001 1100010 100010

Color Harmonies of #7602AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602AD

Black with #7602AD

Text Example


Text Example

White with #7602AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7602AD; }

 p { color: rgb(118,2,173); }

 H1.HeaderClassName
 {
   color: #7602AD;
 }
 .AnyTagClassName
 {
   color: #7602AD;
 }
</style>

background-color css

<style>
 a { background-color: #7602AD; }

 a { background-color: rgb(118,2,173); }

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

border-color css

<style>
 span { border-color: #7602AD; }

 span { border-color: rgb(118,2,173); }

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