Html Css Color HEX #701599 Vivid Violet

📋 copy color: '#701599'

red 112 ◦ green 21 ◦ blue 153

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

Shades of Vivid Violet #701599

Tints of Vivid Violet #701599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 39.16%
G = 7.34%
B = 53.5%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#701599 (or 0x701599) is known color: Vivid Violet. HEX triplet: 70, 15 and 99. RGB value is (112,21,153). Sum of RGB (Red+Green+Blue) = 112+21+153=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #701599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701599 is #8FEA66. Grayscale: #3E3E3E. Windows color (decimal): -9431655 or 10032496. OLE color: 10032496.

HSL color Cylindrical-coordinate representation of color #701599: hue angle of 281.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701599 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 21 153 -
CMYK 0.27 0.86 0 0.4
HSL 281.36º 0.76% 0.34% -
HSV(B) 281.36º 0.86% 0.6% -
XYZ 12.7 6.28 30.68 -
YUV 63.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 112 21 153 0.27 0.86 0 0.4 281.36 0.76 0.34
Hex 70 15 99 1B 56 0 28 119 4C 22
Octal 160 25 231 33 126 0 50 431 114 42
Binary 1110000 10101 10011001 11011 1010110 0 101000 100011001 1001100 100010

Color Harmonies of #701599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701599

Black with #701599

Text Example


Text Example

White with #701599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701599; }

 p { color: rgb(112,21,153); }

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

background-color css

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

 a { background-color: rgb(112,21,153); }

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

border-color css

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

 span { border-color: rgb(112,21,153); }

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