#712895

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

Shades of Vivid Violet #712895

Tints of Vivid Violet #712895

Color information

#712895 (or 0x712895) is unknown color: approx Vivid Violet. HEX triplet: 71, 28 and 95. RGB value is (113,40,149). Sum of RGB (Red+Green+Blue) = 113+40+149=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #712895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712895 is #8ED76A. Grayscale: #494949. Windows color (decimal): -9361259 or 9775217. OLE color: 9775217.

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

Color convert

RGB11340149-
CMYK0.240.7300.42
HSL280.18º57.67%37.06%-
HSV(B)280.18º73.15%58.43%-
XYZ12.997.229.14-
YUV74.25170.18155.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=37.42%
G=13.25%
B=49.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113401490.240.7300.42280.1857.6737.06
Hex712895184902A1183a25
Octal16150225301110524307245
Binary1110001101000100101011100010010010101010100011000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712895; }

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

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

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

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

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

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

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

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