Html Css Color HEX #712B91 Vivid Violet

📋 copy color: '#712B91'

red 113 ◦ green 43 ◦ blue 145

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

Shades of Vivid Violet #712B91

Tints of Vivid Violet #712B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 37.54%
G = 14.29%
B = 48.17%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712B91 (or 0x712B91) is known color: Vivid Violet. HEX triplet: 71, 2B and 91. RGB value is (113,43,145). Sum of RGB (Red+Green+Blue) = 113+43+145=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #712B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712B91 is #8ED46E. Grayscale: #4B4B4B. Windows color (decimal): -9360495 or 9513841. OLE color: 9513841.

HSL color Cylindrical-coordinate representation of color #712B91: hue angle of 281.18º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712B91 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 43 145 -
CMYK 0.22 0.70 0 0.43
HSL 281.18º 0.54% 0.37% -
HSV(B) 281.18º 0.7% 0.57% -
XYZ 12.78 7.28 27.52 -
YUV 75.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 113 43 145 0.22 0.70 0 0.43 281.18 0.54 0.37
Hex 71 2B 91 16 46 0 2B 119 36 25
Octal 161 53 221 26 106 0 53 431 66 45
Binary 1110001 101011 10010001 10110 1000110 0 101011 100011001 110110 100101

Color Harmonies of #712B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B91

Black with #712B91

Text Example


Text Example

White with #712B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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