#702596

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

Shades of Vivid Violet #702596

Tints of Vivid Violet #702596

Color information

#702596 (or 0x702596) is unknown color: approx Vivid Violet. HEX triplet: 70, 25 and 96. RGB value is (112,37,150). Sum of RGB (Red+Green+Blue) = 112+37+150=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #702596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702596 is #8FDA69. Grayscale: #474747. Windows color (decimal): -9427562 or 9839984. OLE color: 9839984.

HSL color Cylindrical-coordinate representation of color #702596: hue angle of 279.82º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702596 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11237150-
CMYK0.250.7500.41
HSL279.82º60.43%36.67%-
HSV(B)279.82º75.33%58.82%-
XYZ12.856.9729.52-
YUV72.31171.85156.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=37.46%
G=12.37%
B=50.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112371500.250.7500.41279.8260.4336.67
Hex702596194B0291183c25
Octal16045226311130514307445
Binary1110000100101100101101100110010110101001100011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702596; }

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

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

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

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

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

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

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

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