#70288E

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

Shades of Vivid Violet #70288E

Tints of Vivid Violet #70288E

Color information

#70288E (or 0x70288E) is unknown color: approx Vivid Violet. HEX triplet: 70, 28 and 8E. RGB value is (112,40,142). Sum of RGB (Red+Green+Blue) = 112+40+142=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #70288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70288E is #8FD771. Grayscale: #484848. Windows color (decimal): -9426802 or 9316464. OLE color: 9316464.

HSL color Cylindrical-coordinate representation of color #70288E: hue angle of 282.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70288E is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11240142-
CMYK0.210.7200.44
HSL282.35º56.04%35.69%-
HSV(B)282.35º71.83%55.69%-
XYZ12.326.9226.28-
YUV73.16166.85155.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=38.10%
G=13.61%
B=48.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112401420.210.7200.44282.3556.0435.69
Hex70288E154802C11a3824
Octal16050216251100544327044
Binary1110000101000100011101010110010000101100100011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70288E; }

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

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

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

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

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

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

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

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