#712993

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

Shades of Vivid Violet #712993

Tints of Vivid Violet #712993

Color information

#712993 (or 0x712993) is unknown color: approx Vivid Violet. HEX triplet: 71, 29 and 93. RGB value is (113,41,147). Sum of RGB (Red+Green+Blue) = 113+41+147=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #712993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712993 is #8ED66C. Grayscale: #4A4A4A. Windows color (decimal): -9361005 or 9644401. OLE color: 9644401.

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

Color convert

RGB11341147-
CMYK0.230.7200.42
HSL280.75º56.38%36.86%-
HSV(B)280.75º72.11%57.65%-
XYZ12.877.228.32-
YUV74.61168.85155.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=37.54%
G=13.62%
B=48.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113411470.230.7200.42280.7556.3836.86
Hex712993174802A1193825
Octal16151223271100524317045
Binary1110001101001100100111011110010000101010100011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712993; }

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

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

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

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

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

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

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

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