#701895

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

Shades of Vivid Violet #701895

Tints of Vivid Violet #701895

Color information

#701895 (or 0x701895) is unknown color: approx Vivid Violet. HEX triplet: 70, 18 and 95. RGB value is (112,24,149). Sum of RGB (Red+Green+Blue) = 112+24+149=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #701895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701895 is #8FE76A. Grayscale: #404040. Windows color (decimal): -9430891 or 9771120. OLE color: 9771120.

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

Color convert

RGB11224149-
CMYK0.250.8400.42
HSL282.24º72.25%33.92%-
HSV(B)282.24º83.89%58.43%-
XYZ12.436.2728.99-
YUV64.56175.65161.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=39.30%
G=8.42%
B=52.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112241490.250.8400.42282.2472.2533.92
Hex701895195402A11a4822
Octal160302253112405243211042
Binary1110000110001001010111001101010001010101000110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701895; }

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

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

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

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

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

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

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

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