Html Css Color HEX #721F87 Vivid Violet

📋 copy color: '#721F87'

red 114 ◦ green 31 ◦ blue 135

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

Shades of Vivid Violet #721F87

Tints of Vivid Violet #721F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.07%

 BLUE value IS 135 (53.13% from 255) = 48.21%

R = 40.71%
G = 11.07%
B = 48.21%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#721F87 (or 0x721F87) is known color: Vivid Violet. HEX triplet: 72, 1F and 87. RGB value is (114,31,135). Sum of RGB (Red+Green+Blue) = 114+31+135=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #721F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721F87 is #8DE078. Grayscale: #434343. Windows color (decimal): -9298041 or 8855410. OLE color: 8855410.

HSL color Cylindrical-coordinate representation of color #721F87: hue angle of 287.88º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721F87 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 31 135 -
CMYK 0.16 0.77 0 0.47
HSL 287.88º 0.63% 0.33% -
HSV(B) 287.88º 0.77% 0.53% -
XYZ 11.8 6.31 23.52 -
YUV 67.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 114 31 135 0.16 0.77 0 0.47 287.88 0.63 0.33
Hex 72 1F 87 10 4D 0 2F 120 3F 21
Octal 162 37 207 20 115 0 57 440 77 41
Binary 1110010 11111 10000111 10000 1001101 0 101111 100100000 111111 100001

Color Harmonies of #721F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F87

Black with #721F87

Text Example


Text Example

White with #721F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721F87; }

 p { color: rgb(114,31,135); }

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

background-color css

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

 a { background-color: rgb(114,31,135); }

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

border-color css

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

 span { border-color: rgb(114,31,135); }

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