#703289

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

Shades of Vivid Violet #703289

Tints of Vivid Violet #703289

Color information

#703289 (or 0x703289) is unknown color: approx Vivid Violet. HEX triplet: 70, 32 and 89. RGB value is (112,50,137). Sum of RGB (Red+Green+Blue) = 112+50+137=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #703289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703289 is #8FCD76. Grayscale: #4E4E4E. Windows color (decimal): -9424247 or 8991344. OLE color: 8991344.

HSL color Cylindrical-coordinate representation of color #703289: hue angle of 282.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703289 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11250137-
CMYK0.180.6400.46
HSL282.76º46.52%36.67%-
HSV(B)282.76º63.5%53.73%-
XYZ12.347.5324.47-
YUV78.46161.04151.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=37.46%
G=16.72%
B=45.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112501370.180.6400.46282.7646.5236.67
Hex703289124002E11b2f25
Octal16062211221000564335745
Binary1110000110010100010011001010000000101110100011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703289; }

 p { color: rgb(112,50,137); }

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

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

 a { background-color: rgb(112,50,137); }

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

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

 span { border-color: rgb(112,50,137); }

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