#70208b

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

Shades of Vivid Violet #70208B

Tints of Vivid Violet #70208B

Color information

#70208B (or 0x70208B) is unknown color: approx Vivid Violet. HEX triplet: 70, 20 and 8B. RGB value is (112,32,139). Sum of RGB (Red+Green+Blue) = 112+32+139=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #70208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70208B is #8FDF74. Grayscale: #434343. Windows color (decimal): -9428853 or 9117808. OLE color: 9117808.

HSL color Cylindrical-coordinate representation of color #70208B: hue angle of 284.86º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70208B is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11232139-
CMYK0.190.7700.45
HSL284.86º62.57%33.53%-
HSV(B)284.86º76.98%54.51%-
XYZ11.866.3425.03-
YUV68.12168159.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=39.58%
G=11.31%
B=49.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112321390.190.7700.45284.8662.5733.53
Hex70208B134D02D11d3f22
Octal16040213231150554357742
Binary1110000100000100010111001110011010101101100011101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70208b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70208b; }

 p { color: rgb(112,32,139); }

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

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

 a { background-color: rgb(112,32,139); }

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

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

 span { border-color: rgb(112,32,139); }

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