#712B91

Color #712B91 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #712B91

Tints of Vivid Violet #712B91

Color information

#712B91 (or 0x712B91) is unknown color: approx 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

RGB11343145-
CMYK0.220.7000.43
HSL281.18º54.26%36.86%-
HSV(B)281.18º70.34%56.86%-
XYZ12.787.2827.52-
YUV75.56167.19154.71-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113431450.220.7000.43281.1854.2636.86
Hex712B91164602B1193625
Octal16153221261060534316645
Binary1110001101011100100011011010001100101011100011001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>