#712A95

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

Shades of Vivid Violet #712A95

Tints of Vivid Violet #712A95

Color information

#712A95 (or 0x712A95) is unknown color: approx Vivid Violet. HEX triplet: 71, 2A and 95. RGB value is (113,42,149). Sum of RGB (Red+Green+Blue) = 113+42+149=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #712A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A95 is #8ED56A. Grayscale: #4B4B4B. Windows color (decimal): -9360747 or 9775729. OLE color: 9775729.

HSL color Cylindrical-coordinate representation of color #712A95: hue angle of 279.81º 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 #712A95 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11342149-
CMYK0.240.7200.42
HSL279.81º56.02%37.45%-
HSV(B)279.81º71.81%58.43%-
XYZ13.067.3429.16-
YUV75.43169.52154.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=37.17%
G=13.82%
B=49.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113421490.240.7200.42279.8156.0237.45
Hex712A95184802A1183825
Octal16152225301100524307045
Binary1110001101010100101011100010010000101010100011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A95; }

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

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

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

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

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

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

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

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