Html Css Color HEX #7200AD Dark Violet

📋 copy color: '#7200AD'

red 114 ◦ green 0 ◦ blue 173

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

Shades of Dark Violet #7200AD

Tints of Dark Violet #7200AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.72%
G = 0%
B = 60.28%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7200AD (or 0x7200AD) is known color: Dark Violet. HEX triplet: 72, 00 and AD. RGB value is (114,0,173). Sum of RGB (Red+Green+Blue) = 114+0+173=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #7200AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7200AD is #8DFF52. Grayscale: #353535. Windows color (decimal): -9305939 or 11337842. OLE color: 11337842.

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

Color convert

RGB 114 0 173 -
CMYK 0.34 1 0 0.32
HSL 279.54º 1% 0.34% -
HSV(B) 279.54º 1% 0.68% -
XYZ 14.48 6.59 40.04 -
YUV 53.81 195.27 170.93 -
System Red Green Blue C M Y K H S L
Decimal 114 0 173 0.34 1 0 0.32 279.54 1 0.34
Hex 72 0 AD 22 64 0 20 118 64 22
Octal 162 0 255 42 144 0 40 430 144 42
Binary 1110010 0 10101101 100010 1100100 0 100000 100011000 1100100 100010

Color Harmonies of #7200AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7200AD

Black with #7200AD

Text Example


Text Example

White with #7200AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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