#702290

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

Shades of Vivid Violet #702290

Tints of Vivid Violet #702290

Color information

#702290 (or 0x702290) is unknown color: approx Vivid Violet. HEX triplet: 70, 22 and 90. RGB value is (112,34,144). Sum of RGB (Red+Green+Blue) = 112+34+144=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #702290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702290 is #8FDD6F. Grayscale: #454545. Windows color (decimal): -9428336 or 9446000. OLE color: 9446000.

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

Color convert

RGB11234144-
CMYK0.220.7600.44
HSL282.55º61.8%34.9%-
HSV(B)282.55º76.39%56.47%-
XYZ12.296.627.01-
YUV69.86169.84158.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=38.62%
G=11.72%
B=49.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112341440.220.7600.44282.5561.834.9
Hex702290164C02C11b3e23
Octal16042220261140544337643
Binary1110000100010100100001011010011000101100100011011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702290; }

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

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

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

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

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

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

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

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