#701298

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

Shades of Vivid Violet #701298

Tints of Vivid Violet #701298

Color information

#701298 (or 0x701298) is unknown color: approx Vivid Violet. HEX triplet: 70, 12 and 98. RGB value is (112,18,152). Sum of RGB (Red+Green+Blue) = 112+18+152=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #701298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701298 is #8FED67. Grayscale: #3C3C3C. Windows color (decimal): -9432424 or 9966192. OLE color: 9966192.

HSL color Cylindrical-coordinate representation of color #701298: hue angle of 282.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701298 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11218152-
CMYK0.260.8800.40
HSL282.09º78.82%33.33%-
HSV(B)282.09º88.16%59.61%-
XYZ12.576.1430.23-
YUV61.38179.14164.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=39.72%
G=6.38%
B=53.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112181520.260.8800.40282.0978.8233.33
Hex7012981A5802811a4f21
Octal160222303213005043211741
Binary1110000100101001100011010101100001010001000110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701298; }

 p { color: rgb(112,18,152); }

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

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

 a { background-color: rgb(112,18,152); }

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

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

 span { border-color: rgb(112,18,152); }

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