Html Css Color HEX #701693 Vivid Violet

📋 copy color: '#701693'

red 112 ◦ green 22 ◦ blue 147

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

Shades of Vivid Violet #701693

Tints of Vivid Violet #701693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 39.86%
G = 7.83%
B = 52.31%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701693 (or 0x701693) is known color: Vivid Violet. HEX triplet: 70, 16 and 93. RGB value is (112,22,147). Sum of RGB (Red+Green+Blue) = 112+22+147=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #701693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701693 is #8FE96C. Grayscale: #3E3E3E. Windows color (decimal): -9431405 or 9639536. OLE color: 9639536.

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

Color convert

RGB 112 22 147 -
CMYK 0.24 0.85 0 0.42
HSL 283.2º 0.74% 0.33% -
HSV(B) 283.2º 0.85% 0.58% -
XYZ 12.24 6.13 28.14 -
YUV 63.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 112 22 147 0.24 0.85 0 0.42 283.2 0.74 0.33
Hex 70 16 93 18 55 0 2A 11B 4A 21
Octal 160 26 223 30 125 0 52 433 112 41
Binary 1110000 10110 10010011 11000 1010101 0 101010 100011011 1001010 100001

Color Harmonies of #701693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701693

Black with #701693

Text Example


Text Example

White with #701693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701693; }

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

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

background-color css

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

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

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

border-color css

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

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

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