#7013A0

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

Shades of Vivid Violet #7013A0

Tints of Vivid Violet #7013A0

Color information

#7013A0 (or 0x7013A0) is unknown color: approx Vivid Violet. HEX triplet: 70, 13 and A0. RGB value is (112,19,160). Sum of RGB (Red+Green+Blue) = 112+19+160=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #7013A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7013A0 is #8FEC5F. Grayscale: #3E3E3E. Windows color (decimal): -9432160 or 10490736. OLE color: 10490736.

HSL color Cylindrical-coordinate representation of color #7013A0: hue angle of 279.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7013A0 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11219160-
CMYK0.300.8800.37
HSL279.57º78.77%35.1%-
HSV(B)279.57º88.13%62.75%-
XYZ13.266.4533.8-
YUV62.88182.81163.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 19 (7.81% from 255) = 6.53%
BLUE value IS 160 (62.89% from 255) = 54.98%
R=38.49%
G=6.53%
B=54.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112191600.300.8800.37279.5778.7735.1
Hex7013A01E580251184f23
Octal160232403613004543011743
Binary1110000100111010000011110101100001001011000110001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7013A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7013A0; }

 p { color: rgb(112,19,160); }

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

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

 a { background-color: rgb(112,19,160); }

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

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

 span { border-color: rgb(112,19,160); }

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