Html Css Color HEX #701B99 Vivid Violet

📋 copy color: '#701B99'

red 112 ◦ green 27 ◦ blue 153

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

Shades of Vivid Violet #701B99

Tints of Vivid Violet #701B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

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

R = 38.36%
G = 9.25%
B = 52.4%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#701B99 (or 0x701B99) is known color: Vivid Violet. HEX triplet: 70, 1B and 99. RGB value is (112,27,153). Sum of RGB (Red+Green+Blue) = 112+27+153=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #701B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B99 is #8FE466. Grayscale: #424242. Windows color (decimal): -9430119 or 10034032. OLE color: 10034032.

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

Color convert

RGB 112 27 153 -
CMYK 0.27 0.82 0 0.4
HSL 280.48º 0.7% 0.35% -
HSV(B) 280.48º 0.82% 0.6% -
XYZ 12.82 6.53 30.72 -
YUV 66.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 112 27 153 0.27 0.82 0 0.4 280.48 0.7 0.35
Hex 70 1B 99 1B 52 0 28 118 46 23
Octal 160 33 231 33 122 0 50 430 106 43
Binary 1110000 11011 10011001 11011 1010010 0 101000 100011000 1000110 100011

Color Harmonies of #701B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B99

Black with #701B99

Text Example


Text Example

White with #701B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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