#703184

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

Shades of Vivid Violet #703184

Tints of Vivid Violet #703184

Color information

#703184 (or 0x703184) is unknown color: approx Vivid Violet. HEX triplet: 70, 31 and 84. RGB value is (112,49,132). Sum of RGB (Red+Green+Blue) = 112+49+132=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #703184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703184 is #8FCE7B. Grayscale: #4D4D4D. Windows color (decimal): -9424508 or 8663408. OLE color: 8663408.

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

Color convert

RGB11249132-
CMYK0.150.6300.48
HSL285.54º45.86%35.49%-
HSV(B)285.54º62.88%51.76%-
XYZ11.957.3122.61-
YUV77.3158.87152.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=38.23%
G=16.72%
B=45.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112491320.150.6300.48285.5445.8635.49
Hex703184F3F03011e2e23
Octal1606120417770604365643
Binary11100001100011000010011111111110110000100011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703184; }

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

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

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

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

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

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

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

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