#712699

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

Shades of Vivid Violet #712699

Tints of Vivid Violet #712699

Color information

#712699 (or 0x712699) is unknown color: approx Vivid Violet. HEX triplet: 71, 26 and 99. RGB value is (113,38,153). Sum of RGB (Red+Green+Blue) = 113+38+153=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #712699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712699 is #8ED966. Grayscale: #494949. Windows color (decimal): -9361767 or 10036849. OLE color: 10036849.

HSL color Cylindrical-coordinate representation of color #712699: hue angle of 279.13º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712699 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11338153-
CMYK0.260.7500.4
HSL279.13º60.21%37.45%-
HSV(B)279.13º75.16%60%-
XYZ13.257.230.83-
YUV73.54172.85156.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=37.17%
G=12.5%
B=50.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113381530.260.7500.4279.1360.2137.45
Hex7126991A4B0281173c25
Octal16146231321130504277445
Binary1110001100110100110011101010010110101000100010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712699; }

 p { color: rgb(113,38,153); }

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

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

 a { background-color: rgb(113,38,153); }

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

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

 span { border-color: rgb(113,38,153); }

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