#712896

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

Shades of Vivid Violet #712896

Tints of Vivid Violet #712896

Color information

#712896 (or 0x712896) is unknown color: approx Vivid Violet. HEX triplet: 71, 28 and 96. RGB value is (113,40,150). Sum of RGB (Red+Green+Blue) = 113+40+150=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #712896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712896 is #8ED769. Grayscale: #4A4A4A. Windows color (decimal): -9361258 or 9840753. OLE color: 9840753.

HSL color Cylindrical-coordinate representation of color #712896: hue angle of 279.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712896 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11340150-
CMYK0.250.7300.41
HSL279.82º57.89%37.25%-
HSV(B)279.82º73.33%58.82%-
XYZ13.077.2329.56-
YUV74.37170.68155.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=37.29%
G=13.20%
B=49.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113401500.250.7300.41279.8257.8937.25
Hex71289619490291183a25
Octal16150226311110514307245
Binary1110001101000100101101100110010010101001100011000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712896; }

 p { color: rgb(113,40,150); }

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

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

 a { background-color: rgb(113,40,150); }

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

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

 span { border-color: rgb(113,40,150); }

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