#703492

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

Shades of Vivid Violet #703492

Tints of Vivid Violet #703492

Color information

#703492 (or 0x703492) is unknown color: approx Vivid Violet. HEX triplet: 70, 34 and 92. RGB value is (112,52,146). Sum of RGB (Red+Green+Blue) = 112+52+146=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #703492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703492 is #8FCB6D. Grayscale: #505050. Windows color (decimal): -9423726 or 9581680. OLE color: 9581680.

HSL color Cylindrical-coordinate representation of color #703492: hue angle of 278.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703492 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11252146-
CMYK0.230.6400.43
HSL278.3º47.47%38.82%-
HSV(B)278.3º64.38%57.25%-
XYZ13.17.9828.04-
YUV80.66164.88150.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=36.13%
G=16.77%
B=47.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112521460.230.6400.43278.347.4738.82
Hex703492174002B1162f27
Octal16064222271000534265747
Binary1110000110100100100101011110000000101011100010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703492; }

 p { color: rgb(112,52,146); }

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

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

 a { background-color: rgb(112,52,146); }

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

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

 span { border-color: rgb(112,52,146); }

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