#703084

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

Shades of Vivid Violet #703084

Tints of Vivid Violet #703084

Color information

#703084 (or 0x703084) is unknown color: approx Vivid Violet. HEX triplet: 70, 30 and 84. RGB value is (112,48,132). Sum of RGB (Red+Green+Blue) = 112+48+132=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #703084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703084 is #8FCF7B. Grayscale: #4C4C4C. Windows color (decimal): -9424764 or 8663152. OLE color: 8663152.

HSL color Cylindrical-coordinate representation of color #703084: hue angle of 285.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703084 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11248132-
CMYK0.150.6400.48
HSL285.71º46.67%35.29%-
HSV(B)285.71º63.64%51.76%-
XYZ11.97.2222.6-
YUV76.71159.2153.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=38.36%
G=16.44%
B=45.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112481320.150.6400.48285.7146.6735.29
Hex703084F4003011e2f23
Octal16060204171000604365743
Binary111000011000010000100111110000000110000100011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703084; }

 p { color: rgb(112,48,132); }

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

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

 a { background-color: rgb(112,48,132); }

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

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

 span { border-color: rgb(112,48,132); }

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