#712B93

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

Shades of Vivid Violet #712B93

Tints of Vivid Violet #712B93

Color information

#712B93 (or 0x712B93) is unknown color: approx Vivid Violet. HEX triplet: 71, 2B and 93. RGB value is (113,43,147). Sum of RGB (Red+Green+Blue) = 113+43+147=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #712B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712B93 is #8ED46C. Grayscale: #4B4B4B. Windows color (decimal): -9360493 or 9644913. OLE color: 9644913.

HSL color Cylindrical-coordinate representation of color #712B93: hue angle of 280.38º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712B93 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11343147-
CMYK0.230.7100.42
HSL280.38º54.74%37.25%-
HSV(B)280.38º70.75%57.65%-
XYZ12.947.3528.34-
YUV75.79168.19154.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=37.29%
G=14.19%
B=48.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113431470.230.7100.42280.3854.7437.25
Hex712B93174702A1183725
Octal16153223271070524306745
Binary1110001101011100100111011110001110101010100011000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #712B93;
 }
 .AnyTagClassName
 {
   color: #712B93;
 }
</style>
background-color css

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

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

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

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

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

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