Html Css Color HEX #721596 Vivid Violet

📋 copy color: '#721596'

red 114 ◦ green 21 ◦ blue 150

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

Shades of Vivid Violet #721596

Tints of Vivid Violet #721596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 40%
G = 7.37%
B = 52.63%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#721596 (or 0x721596) is known color: Vivid Violet. HEX triplet: 72, 15 and 96. RGB value is (114,21,150). Sum of RGB (Red+Green+Blue) = 114+21+150=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #721596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721596 is #8DEA69. Grayscale: #3F3F3F. Windows color (decimal): -9300586 or 9835890. OLE color: 9835890.

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

Color convert

RGB 114 21 150 -
CMYK 0.24 0.86 0 0.41
HSL 283.26º 0.75% 0.34% -
HSV(B) 283.26º 0.86% 0.59% -
XYZ 12.71 6.32 29.4 -
YUV 63.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 114 21 150 0.24 0.86 0 0.41 283.26 0.75 0.34
Hex 72 15 96 18 56 0 29 11B 4B 22
Octal 162 25 226 30 126 0 51 433 113 42
Binary 1110010 10101 10010110 11000 1010110 0 101001 100011011 1001011 100010

Color Harmonies of #721596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721596

Black with #721596

Text Example


Text Example

White with #721596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721596; }

 p { color: rgb(114,21,150); }

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

background-color css

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

 a { background-color: rgb(114,21,150); }

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

border-color css

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

 span { border-color: rgb(114,21,150); }

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