Html Css Color HEX #712091 Vivid Violet

📋 copy color: '#712091'

red 113 ◦ green 32 ◦ blue 145

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

Shades of Vivid Violet #712091

Tints of Vivid Violet #712091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

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

R = 38.97%
G = 11.03%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712091 (or 0x712091) is known color: Vivid Violet. HEX triplet: 71, 20 and 91. RGB value is (113,32,145). Sum of RGB (Red+Green+Blue) = 113+32+145=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #712091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712091 is #8EDF6E. Grayscale: #444444. Windows color (decimal): -9363311 or 9511025. OLE color: 9511025.

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

Color convert

RGB 113 32 145 -
CMYK 0.22 0.78 0 0.43
HSL 283.01º 0.64% 0.35% -
HSV(B) 283.01º 0.78% 0.57% -
XYZ 12.44 6.59 27.4 -
YUV 69.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 113 32 145 0.22 0.78 0 0.43 283.01 0.64 0.35
Hex 71 20 91 16 4E 0 2B 11B 40 23
Octal 161 40 221 26 116 0 53 433 100 43
Binary 1110001 100000 10010001 10110 1001110 0 101011 100011011 1000000 100011

Color Harmonies of #712091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712091

Black with #712091

Text Example


Text Example

White with #712091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712091; }

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

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

background-color css

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

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

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

border-color css

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

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

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