#712A93

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

Shades of Vivid Violet #712A93

Tints of Vivid Violet #712A93

Color information

#712A93 (or 0x712A93) is unknown color: approx Vivid Violet. HEX triplet: 71, 2A and 93. RGB value is (113,42,147). Sum of RGB (Red+Green+Blue) = 113+42+147=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #712A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A93 is #8ED56C. Grayscale: #4A4A4A. Windows color (decimal): -9360749 or 9644657. OLE color: 9644657.

HSL color Cylindrical-coordinate representation of color #712A93: hue angle of 280.57º degrees, saturation: 0.56, 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 #712A93 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11342147-
CMYK0.230.7100.42
HSL280.57º55.56%37.06%-
HSV(B)280.57º71.43%57.65%-
XYZ12.97.2728.33-
YUV75.2168.52154.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=37.42%
G=13.91%
B=48.68%

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
Decimal113421470.230.7100.42280.5755.5637.06
Hex712A93174702A1193825
Octal16152223271070524317045
Binary1110001101010100100111011110001110101010100011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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