Html Css Color HEX #701793 Vivid Violet

📋 copy color: '#701793'

red 112 ◦ green 23 ◦ blue 147

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

Shades of Vivid Violet #701793

Tints of Vivid Violet #701793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 39.72%
G = 8.16%
B = 52.13%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701793 (or 0x701793) is known color: Vivid Violet. HEX triplet: 70, 17 and 93. RGB value is (112,23,147). Sum of RGB (Red+Green+Blue) = 112+23+147=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #701793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701793 is #8FE86C. Grayscale: #3F3F3F. Windows color (decimal): -9431149 or 9639792. OLE color: 9639792.

HSL color Cylindrical-coordinate representation of color #701793: hue angle of 283.06º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701793 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 23 147 -
CMYK 0.24 0.84 0 0.42
HSL 283.06º 0.73% 0.33% -
HSV(B) 283.06º 0.84% 0.58% -
XYZ 12.25 6.16 28.15 -
YUV 63.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 112 23 147 0.24 0.84 0 0.42 283.06 0.73 0.33
Hex 70 17 93 18 54 0 2A 11B 49 21
Octal 160 27 223 30 124 0 52 433 111 41
Binary 1110000 10111 10010011 11000 1010100 0 101010 100011011 1001001 100001

Color Harmonies of #701793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701793

Black with #701793

Text Example


Text Example

White with #701793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701793; }

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

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

background-color css

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

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

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

border-color css

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

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

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