#702996

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

Shades of Vivid Violet #702996

Tints of Vivid Violet #702996

Color information

#702996 (or 0x702996) is unknown color: approx Vivid Violet. HEX triplet: 70, 29 and 96. RGB value is (112,41,150). Sum of RGB (Red+Green+Blue) = 112+41+150=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #702996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702996 is #8FD669. Grayscale: #4A4A4A. Windows color (decimal): -9426538 or 9841008. OLE color: 9841008.

HSL color Cylindrical-coordinate representation of color #702996: hue angle of 279.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702996 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11241150-
CMYK0.250.7300.41
HSL279.08º57.07%37.45%-
HSV(B)279.08º72.67%58.82%-
XYZ12.987.2329.57-
YUV74.66170.52154.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=36.96%
G=13.53%
B=49.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112411500.250.7300.41279.0857.0737.45
Hex70299619490291173925
Octal16051226311110514277145
Binary1110000101001100101101100110010010101001100010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702996; }

 p { color: rgb(112,41,150); }

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

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

 a { background-color: rgb(112,41,150); }

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

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

 span { border-color: rgb(112,41,150); }

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