#702997

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

Shades of Vivid Violet #702997

Tints of Vivid Violet #702997

Color information

#702997 (or 0x702997) is unknown color: approx Vivid Violet. HEX triplet: 70, 29 and 97. RGB value is (112,41,151). Sum of RGB (Red+Green+Blue) = 112+41+151=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #702997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702997 is #8FD668. Grayscale: #4A4A4A. Windows color (decimal): -9426537 or 9906544. OLE color: 9906544.

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

Color convert

RGB11241151-
CMYK0.260.7300.41
HSL278.73º57.29%37.65%-
HSV(B)278.73º72.85%59.22%-
XYZ13.067.2629.99-
YUV74.77171.02154.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=36.84%
G=13.49%
B=49.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112411510.260.7300.41278.7357.2937.65
Hex7029971A490291173926
Octal16051227321110514277146
Binary1110000101001100101111101010010010101001100010111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702997; }

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

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

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

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

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

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

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

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