Html Css Color HEX #721497 Vivid Violet

📋 copy color: '#721497'

red 114 ◦ green 20 ◦ blue 151

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

Shades of Vivid Violet #721497

Tints of Vivid Violet #721497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 40%
G = 7.02%
B = 52.98%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#721497 (or 0x721497) is known color: Vivid Violet. HEX triplet: 72, 14 and 97. RGB value is (114,20,151). Sum of RGB (Red+Green+Blue) = 114+20+151=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #721497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721497 is #8DEB68. Grayscale: #3E3E3E. Windows color (decimal): -9300841 or 9901170. OLE color: 9901170.

HSL color Cylindrical-coordinate representation of color #721497: hue angle of 283.05º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721497 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 20 151 -
CMYK 0.25 0.87 0 0.41
HSL 283.05º 0.77% 0.34% -
HSV(B) 283.05º 0.87% 0.59% -
XYZ 12.78 6.31 29.82 -
YUV 63.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 114 20 151 0.25 0.87 0 0.41 283.05 0.77 0.34
Hex 72 14 97 19 57 0 29 11B 4D 22
Octal 162 24 227 31 127 0 51 433 115 42
Binary 1110010 10100 10010111 11001 1010111 0 101001 100011011 1001101 100010

Color Harmonies of #721497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721497

Black with #721497

Text Example


Text Example

White with #721497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721497; }

 p { color: rgb(114,20,151); }

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

background-color css

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

 a { background-color: rgb(114,20,151); }

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

border-color css

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

 span { border-color: rgb(114,20,151); }

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