#702492

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

Shades of Vivid Violet #702492

Tints of Vivid Violet #702492

Color information

#702492 (or 0x702492) is unknown color: approx Vivid Violet. HEX triplet: 70, 24 and 92. RGB value is (112,36,146). Sum of RGB (Red+Green+Blue) = 112+36+146=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #702492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702492 is #8FDB6D. Grayscale: #464646. Windows color (decimal): -9427822 or 9577584. OLE color: 9577584.

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

Color convert

RGB11236146-
CMYK0.230.7500.43
HSL281.45º60.44%35.69%-
HSV(B)281.45º75.34%57.25%-
XYZ12.56.7827.84-
YUV71.26170.18157.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=38.10%
G=12.24%
B=49.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112361460.230.7500.43281.4560.4435.69
Hex702492174B02B1193c24
Octal16044222271130534317444
Binary1110000100100100100101011110010110101011100011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702492; }

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

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

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

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

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

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

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

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