Html Css Color HEX #712191 Vivid Violet

📋 copy color: '#712191'

red 113 ◦ green 33 ◦ blue 145

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

Shades of Vivid Violet #712191

Tints of Vivid Violet #712191

RGB

 RED value IS 113 (44.53% from 255) = 38.83%

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 38.83%
G = 11.34%
B = 49.83%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712191 (or 0x712191) is known color: Vivid Violet. HEX triplet: 71, 21 and 91. RGB value is (113,33,145). Sum of RGB (Red+Green+Blue) = 113+33+145=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #712191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712191 is #8EDE6E. Grayscale: #454545. Windows color (decimal): -9363055 or 9511281. OLE color: 9511281.

HSL color Cylindrical-coordinate representation of color #712191: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712191 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 33 145 -
CMYK 0.22 0.77 0 0.43
HSL 282.86º 0.63% 0.35% -
HSV(B) 282.86º 0.77% 0.57% -
XYZ 12.46 6.64 27.41 -
YUV 69.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 113 33 145 0.22 0.77 0 0.43 282.86 0.63 0.35
Hex 71 21 91 16 4D 0 2B 11B 3F 23
Octal 161 41 221 26 115 0 53 433 77 43
Binary 1110001 100001 10010001 10110 1001101 0 101011 100011011 111111 100011

Color Harmonies of #712191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712191

Black with #712191

Text Example


Text Example

White with #712191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712191; }

 p { color: rgb(113,33,145); }

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

background-color css

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

 a { background-color: rgb(113,33,145); }

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

border-color css

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

 span { border-color: rgb(113,33,145); }

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