Html Css Color HEX #721795 Vivid Violet

📋 copy color: '#721795'

red 114 ◦ green 23 ◦ blue 149

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

Shades of Vivid Violet #721795

Tints of Vivid Violet #721795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 39.86%
G = 8.04%
B = 52.1%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#721795 (or 0x721795) is known color: Vivid Violet. HEX triplet: 72, 17 and 95. RGB value is (114,23,149). Sum of RGB (Red+Green+Blue) = 114+23+149=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #721795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721795 is #8DE86A. Grayscale: #404040. Windows color (decimal): -9300075 or 9770866. OLE color: 9770866.

HSL color Cylindrical-coordinate representation of color #721795: hue angle of 283.33º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721795 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 23 149 -
CMYK 0.23 0.85 0 0.42
HSL 283.33º 0.73% 0.34% -
HSV(B) 283.33º 0.85% 0.58% -
XYZ 12.67 6.36 28.99 -
YUV 64.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 114 23 149 0.23 0.85 0 0.42 283.33 0.73 0.34
Hex 72 17 95 17 55 0 2A 11B 49 22
Octal 162 27 225 27 125 0 52 433 111 42
Binary 1110010 10111 10010101 10111 1010101 0 101010 100011011 1001001 100010

Color Harmonies of #721795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721795

Black with #721795

Text Example


Text Example

White with #721795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721795; }

 p { color: rgb(114,23,149); }

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

background-color css

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

 a { background-color: rgb(114,23,149); }

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

border-color css

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

 span { border-color: rgb(114,23,149); }

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