Html Css Color HEX #701397 Vivid Violet

📋 copy color: '#701397'

red 112 ◦ green 19 ◦ blue 151

#701397
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #701397

Tints of Vivid Violet #701397

RGB

 RED value IS 112 (44.14% from 255) = 39.72%

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 39.72%
G = 6.74%
B = 53.55%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#701397 (or 0x701397) is known color: Vivid Violet. HEX triplet: 70, 13 and 97. RGB value is (112,19,151). Sum of RGB (Red+Green+Blue) = 112+19+151=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #701397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701397 is #8FEC68. Grayscale: #3D3D3D. Windows color (decimal): -9432169 or 9900912. OLE color: 9900912.

HSL color Cylindrical-coordinate representation of color #701397: hue angle of 282.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701397 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 19 151 -
CMYK 0.26 0.87 0 0.41
HSL 282.27º 0.78% 0.33% -
HSV(B) 282.27º 0.87% 0.59% -
XYZ 12.5 6.14 29.81 -
YUV 61.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 112 19 151 0.26 0.87 0 0.41 282.27 0.78 0.33
Hex 70 13 97 1A 57 0 29 11A 4E 21
Octal 160 23 227 32 127 0 51 432 116 41
Binary 1110000 10011 10010111 11010 1010111 0 101001 100011010 1001110 100001

Color Harmonies of #701397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701397

Black with #701397

Text Example


Text Example

White with #701397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701397; }

 p { color: rgb(112,19,151); }

 H1.HeaderClassName
 {
   color: #701397;
 }
 .AnyTagClassName
 {
   color: #701397;
 }
</style>

background-color css

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

 a { background-color: rgb(112,19,151); }

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

border-color css

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

 span { border-color: rgb(112,19,151); }

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