#702895

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

Shades of Vivid Violet #702895

Tints of Vivid Violet #702895

Color information

#702895 (or 0x702895) is unknown color: approx Vivid Violet. HEX triplet: 70, 28 and 95. RGB value is (112,40,149). Sum of RGB (Red+Green+Blue) = 112+40+149=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #702895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702895 is #8FD76A. Grayscale: #494949. Windows color (decimal): -9426795 or 9775216. OLE color: 9775216.

HSL color Cylindrical-coordinate representation of color #702895: hue angle of 279.63º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702895 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11240149-
CMYK0.250.7300.42
HSL279.63º57.67%37.06%-
HSV(B)279.63º73.15%58.43%-
XYZ12.877.1329.13-
YUV73.95170.35155.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=37.21%
G=13.29%
B=49.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112401490.250.7300.42279.6357.6737.06
Hex702895194902A1183a25
Octal16050225311110524307245
Binary1110000101000100101011100110010010101010100011000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702895; }

 p { color: rgb(112,40,149); }

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

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

 a { background-color: rgb(112,40,149); }

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

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

 span { border-color: rgb(112,40,149); }

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