#702695

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

Shades of Vivid Violet #702695

Tints of Vivid Violet #702695

Color information

#702695 (or 0x702695) is unknown color: approx Vivid Violet. HEX triplet: 70, 26 and 95. RGB value is (112,38,149). Sum of RGB (Red+Green+Blue) = 112+38+149=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #702695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702695 is #8FD96A. Grayscale: #484848. Windows color (decimal): -9427307 or 9774704. OLE color: 9774704.

HSL color Cylindrical-coordinate representation of color #702695: hue angle of 280º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702695 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11238149-
CMYK0.250.7400.42
HSL280º59.36%36.67%-
HSV(B)280º74.5%58.43%-
XYZ12.8729.11-
YUV72.78171.02155.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=37.46%
G=12.71%
B=49.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112381490.250.7400.4228059.3636.67
Hex702695194A02A1183b25
Octal16046225311120524307345
Binary1110000100110100101011100110010100101010100011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702695; }

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

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

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

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

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

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

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

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