Html Css Color HEX #701099 Purple

📋 copy color: '#701099'

red 112 ◦ green 16 ◦ blue 153

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

Shades of Purple #701099

Tints of Purple #701099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 39.86%
G = 5.69%
B = 54.45%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#701099 (or 0x701099) is known color: Purple. HEX triplet: 70, 10 and 99. RGB value is (112,16,153). Sum of RGB (Red+Green+Blue) = 112+16+153=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #701099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701099 is #8FEF66. Grayscale: #3B3B3B. Windows color (decimal): -9432935 or 10031216. OLE color: 10031216.

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

Color convert

RGB 112 16 153 -
CMYK 0.27 0.90 0 0.4
HSL 282.04º 0.81% 0.33% -
HSV(B) 282.04º 0.9% 0.6% -
XYZ 12.62 6.12 30.65 -
YUV 60.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 112 16 153 0.27 0.90 0 0.4 282.04 0.81 0.33
Hex 70 10 99 1B 5A 0 28 11A 51 21
Octal 160 20 231 33 132 0 50 432 121 41
Binary 1110000 10000 10011001 11011 1011010 0 101000 100011010 1010001 100001

Color Harmonies of #701099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701099

Black with #701099

Text Example


Text Example

White with #701099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701099; }

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

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

background-color css

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

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

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

border-color css

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

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

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