#702684

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

Shades of Vivid Violet #702684

Tints of Vivid Violet #702684

Color information

#702684 (or 0x702684) is unknown color: approx Vivid Violet. HEX triplet: 70, 26 and 84. RGB value is (112,38,132). Sum of RGB (Red+Green+Blue) = 112+38+132=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #702684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702684 is #8FD97B. Grayscale: #464646. Windows color (decimal): -9427324 or 8660592. OLE color: 8660592.

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

Color convert

RGB11238132-
CMYK0.150.7100.48
HSL287.23º55.29%33.33%-
HSV(B)287.23º71.21%51.76%-
XYZ11.546.522.48-
YUV70.84162.52157.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=39.72%
G=13.48%
B=46.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112381320.150.7100.48287.2355.2933.33
Hex702684F4703011f3721
Octal16046204171070604376741
Binary111000010011010000100111110001110110000100011111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702684; }

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

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

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

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

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

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

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

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