#702590

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

Shades of Vivid Violet #702590

Tints of Vivid Violet #702590

Color information

#702590 (or 0x702590) is unknown color: approx Vivid Violet. HEX triplet: 70, 25 and 90. RGB value is (112,37,144). Sum of RGB (Red+Green+Blue) = 112+37+144=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #702590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702590 is #8FDA6F. Grayscale: #474747. Windows color (decimal): -9427568 or 9446768. OLE color: 9446768.

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

Color convert

RGB11237144-
CMYK0.220.7400.44
HSL282.06º59.12%35.49%-
HSV(B)282.06º74.31%56.47%-
XYZ12.386.7827.04-
YUV71.62168.85156.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=38.23%
G=12.63%
B=49.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112371440.220.7400.44282.0659.1235.49
Hex702590164A02C11a3b23
Octal16045220261120544327343
Binary1110000100101100100001011010010100101100100011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702590; }

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

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

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

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

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

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

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

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