#702599

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

Shades of Vivid Violet #702599

Tints of Vivid Violet #702599

Color information

#702599 (or 0x702599) is unknown color: approx Vivid Violet. HEX triplet: 70, 25 and 99. RGB value is (112,37,153). Sum of RGB (Red+Green+Blue) = 112+37+153=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #702599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702599 is #8FDA66. Grayscale: #484848. Windows color (decimal): -9427559 or 10036592. OLE color: 10036592.

HSL color Cylindrical-coordinate representation of color #702599: hue angle of 278.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702599 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11237153-
CMYK0.270.7600.4
HSL278.79º61.05%37.25%-
HSV(B)278.79º75.82%60%-
XYZ13.097.0730.81-
YUV72.65173.35156.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=37.09%
G=12.25%
B=50.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112371530.270.7600.4278.7961.0537.25
Hex7025991B4C0281173d25
Octal16045231331140504277545
Binary1110000100101100110011101110011000101000100010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702599; }

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

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

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

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

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

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

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

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