Html Css Color HEX #701199 Purple

📋 copy color: '#701199'

red 112 ◦ green 17 ◦ blue 153

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

Shades of Purple #701199

Tints of Purple #701199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 39.72%
G = 6.03%
B = 54.26%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#701199 (or 0x701199) is known color: Purple. HEX triplet: 70, 11 and 99. RGB value is (112,17,153). Sum of RGB (Red+Green+Blue) = 112+17+153=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #701199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701199 is #8FEE66. Grayscale: #3C3C3C. Windows color (decimal): -9432679 or 10031472. OLE color: 10031472.

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

Color convert

RGB 112 17 153 -
CMYK 0.27 0.89 0 0.4
HSL 281.91º 0.8% 0.33% -
HSV(B) 281.91º 0.89% 0.6% -
XYZ 12.63 6.15 30.66 -
YUV 60.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 112 17 153 0.27 0.89 0 0.4 281.91 0.8 0.33
Hex 70 11 99 1B 59 0 28 11A 50 21
Octal 160 21 231 33 131 0 50 432 120 41
Binary 1110000 10001 10011001 11011 1011001 0 101000 100011010 1010000 100001

Color Harmonies of #701199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701199

Black with #701199

Text Example


Text Example

White with #701199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701199; }

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

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

background-color css

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

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

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

border-color css

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

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

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