#702790

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

Shades of Vivid Violet #702790

Tints of Vivid Violet #702790

Color information

#702790 (or 0x702790) is unknown color: approx Vivid Violet. HEX triplet: 70, 27 and 90. RGB value is (112,39,144). Sum of RGB (Red+Green+Blue) = 112+39+144=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #702790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702790 is #8FD86F. Grayscale: #484848. Windows color (decimal): -9427056 or 9447280. OLE color: 9447280.

HSL color Cylindrical-coordinate representation of color #702790: hue angle of 281.71º 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 #702790 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11239144-
CMYK0.220.7300.44
HSL281.71º57.38%35.88%-
HSV(B)281.71º72.92%56.47%-
XYZ12.446.9127.06-
YUV72.8168.18155.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=37.97%
G=13.22%
B=48.81%

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
Decimal112391440.220.7300.44281.7157.3835.88
Hex702790164902C11a3924
Octal16047220261110544327144
Binary1110000100111100100001011010010010101100100011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702790; }

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

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

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

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

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

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

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

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