Html Css Color HEX #701799 Vivid Violet

📋 copy color: '#701799'

red 112 ◦ green 23 ◦ blue 153

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

Shades of Vivid Violet #701799

Tints of Vivid Violet #701799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

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

R = 38.89%
G = 7.99%
B = 53.13%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#701799 (or 0x701799) is known color: Vivid Violet. HEX triplet: 70, 17 and 99. RGB value is (112,23,153). Sum of RGB (Red+Green+Blue) = 112+23+153=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #701799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701799 is #8FE866. Grayscale: #404040. Windows color (decimal): -9431143 or 10033008. OLE color: 10033008.

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

Color convert

RGB 112 23 153 -
CMYK 0.27 0.85 0 0.4
HSL 281.08º 0.74% 0.35% -
HSV(B) 281.08º 0.85% 0.6% -
XYZ 12.74 6.36 30.69 -
YUV 64.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 112 23 153 0.27 0.85 0 0.4 281.08 0.74 0.35
Hex 70 17 99 1B 55 0 28 119 4A 23
Octal 160 27 231 33 125 0 50 431 112 43
Binary 1110000 10111 10011001 11011 1010101 0 101000 100011001 1001010 100011

Color Harmonies of #701799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701799

Black with #701799

Text Example


Text Example

White with #701799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701799; }

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

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

background-color css

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

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

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

border-color css

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

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

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