#712592

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

Shades of Vivid Violet #712592

Tints of Vivid Violet #712592

Color information

#712592 (or 0x712592) is unknown color: approx Vivid Violet. HEX triplet: 71, 25 and 92. RGB value is (113,37,146). Sum of RGB (Red+Green+Blue) = 113+37+146=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #712592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712592 is #8EDA6D. Grayscale: #474747. Windows color (decimal): -9362030 or 9577841. OLE color: 9577841.

HSL color Cylindrical-coordinate representation of color #712592: hue angle of 281.83º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712592 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11337146-
CMYK0.230.7500.43
HSL281.83º59.56%35.88%-
HSV(B)281.83º74.66%57.25%-
XYZ12.666.9127.86-
YUV72.15169.68157.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=38.18%
G=12.5%
B=49.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113371460.230.7500.43281.8359.5635.88
Hex712592174B02B11a3c24
Octal16145222271130534327444
Binary1110001100101100100101011110010110101011100011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712592; }

 p { color: rgb(113,37,146); }

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

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

 a { background-color: rgb(113,37,146); }

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

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

 span { border-color: rgb(113,37,146); }

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