#702484

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

Shades of Vivid Violet #702484

Tints of Vivid Violet #702484

Color information

#702484 (or 0x702484) is unknown color: approx Vivid Violet. HEX triplet: 70, 24 and 84. RGB value is (112,36,132). Sum of RGB (Red+Green+Blue) = 112+36+132=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #702484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702484 is #8FDB7B. Grayscale: #454545. Windows color (decimal): -9427836 or 8660080. OLE color: 8660080.

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

Color convert

RGB11236132-
CMYK0.150.7300.48
HSL287.5º57.14%32.94%-
HSV(B)287.5º72.73%51.76%-
XYZ11.486.3722.45-
YUV69.67163.18158.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=40%
G=12.86%
B=47.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112361320.150.7300.48287.557.1432.94
Hex702484F490301203921
Octal16044204171110604407141
Binary111000010010010000100111110010010110000100100000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702484; }

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

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

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

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

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

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

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

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