#703989

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

Shades of Vivid Violet #703989

Tints of Vivid Violet #703989

Color information

#703989 (or 0x703989) is unknown color: approx Vivid Violet. HEX triplet: 70, 39 and 89. RGB value is (112,57,137). Sum of RGB (Red+Green+Blue) = 112+57+137=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #703989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703989 is #8FC676. Grayscale: #525252. Windows color (decimal): -9422455 or 8993136. OLE color: 8993136.

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

Color convert

RGB11257137-
CMYK0.180.5800.46
HSL281.25º41.24%38.04%-
HSV(B)281.25º58.39%53.73%-
XYZ12.668.1824.58-
YUV82.56158.72149-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=36.60%
G=18.63%
B=44.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112571370.180.5800.46281.2541.2438.04
Hex703989123A02E1192926
Octal1607121122720564315146
Binary111000011100110001001100101110100101110100011001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703989; }

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

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

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

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

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

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

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

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