#70288C

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

Shades of Vivid Violet #70288C

Tints of Vivid Violet #70288C

Color information

#70288C (or 0x70288C) is unknown color: approx Vivid Violet. HEX triplet: 70, 28 and 8C. RGB value is (112,40,140). Sum of RGB (Red+Green+Blue) = 112+40+140=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #70288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70288C is #8FD773. Grayscale: #484848. Windows color (decimal): -9426804 or 9185392. OLE color: 9185392.

HSL color Cylindrical-coordinate representation of color #70288C: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70288C is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11240140-
CMYK0.200.7100.45
HSL283.2º55.56%35.29%-
HSV(B)283.2º71.43%54.9%-
XYZ12.176.8625.49-
YUV72.93165.85155.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=38.36%
G=13.70%
B=47.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112401400.200.7100.45283.255.5635.29
Hex70288C144702D11b3823
Octal16050214241070554337043
Binary1110000101000100011001010010001110101101100011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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