Html Css Color HEX #7202AD Dark Violet

📋 copy color: '#7202AD'

red 114 ◦ green 2 ◦ blue 173

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

Shades of Dark Violet #7202AD

Tints of Dark Violet #7202AD

RGB

 RED value IS 114 (44.92% from 255) = 39.45%

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

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

R = 39.45%
G = 0.69%
B = 59.86%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7202AD (or 0x7202AD) is known color: Dark Violet. HEX triplet: 72, 02 and AD. RGB value is (114,2,173). Sum of RGB (Red+Green+Blue) = 114+2+173=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #7202AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7202AD is #8DFD52. Grayscale: #363636. Windows color (decimal): -9305427 or 11338354. OLE color: 11338354.

HSL color Cylindrical-coordinate representation of color #7202AD: hue angle of 279.3º 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 #7202AD is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 2 173 -
CMYK 0.34 0.99 0 0.32
HSL 279.3º 0.98% 0.34% -
HSV(B) 279.3º 0.99% 0.68% -
XYZ 14.5 6.64 40.05 -
YUV 54.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 114 2 173 0.34 0.99 0 0.32 279.3 0.98 0.34
Hex 72 2 AD 22 63 0 20 117 62 22
Octal 162 2 255 42 143 0 40 427 142 42
Binary 1110010 10 10101101 100010 1100011 0 100000 100010111 1100010 100010

Color Harmonies of #7202AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7202AD

Black with #7202AD

Text Example


Text Example

White with #7202AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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