#712790

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

Shades of Vivid Violet #712790

Tints of Vivid Violet #712790

Color information

#712790 (or 0x712790) is unknown color: approx Vivid Violet. HEX triplet: 71, 27 and 90. RGB value is (113,39,144). Sum of RGB (Red+Green+Blue) = 113+39+144=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #712790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712790 is #8ED86F. Grayscale: #484848. Windows color (decimal): -9361520 or 9447281. OLE color: 9447281.

HSL color Cylindrical-coordinate representation of color #712790: hue angle of 282.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712790 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11339144-
CMYK0.220.7300.44
HSL282.29º57.38%35.88%-
HSV(B)282.29º72.92%56.47%-
XYZ12.576.9827.07-
YUV73.1168.02156.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=38.18%
G=13.18%
B=48.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113391440.220.7300.44282.2957.3835.88
Hex712790164902C11a3924
Octal16147220261110544327144
Binary1110001100111100100001011010010010101100100011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712790; }

 p { color: rgb(113,39,144); }

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

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

 a { background-color: rgb(113,39,144); }

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

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

 span { border-color: rgb(113,39,144); }

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