Html Css Color HEX #701095 Purple

📋 copy color: '#701095'

red 112 ◦ green 16 ◦ blue 149

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

Shades of Purple #701095

Tints of Purple #701095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 40.43%
G = 5.78%
B = 53.79%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#701095 (or 0x701095) is known color: Purple. HEX triplet: 70, 10 and 95. RGB value is (112,16,149). Sum of RGB (Red+Green+Blue) = 112+16+149=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #701095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701095 is #8FEF6A. Grayscale: #3B3B3B. Windows color (decimal): -9432939 or 9769072. OLE color: 9769072.

HSL color Cylindrical-coordinate representation of color #701095: hue angle of 283.31º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701095 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 16 149 -
CMYK 0.25 0.89 0 0.42
HSL 283.31º 0.81% 0.32% -
HSV(B) 283.31º 0.89% 0.58% -
XYZ 12.29 5.99 28.94 -
YUV 59.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 112 16 149 0.25 0.89 0 0.42 283.31 0.81 0.32
Hex 70 10 95 19 59 0 2A 11B 51 20
Octal 160 20 225 31 131 0 52 433 121 40
Binary 1110000 10000 10010101 11001 1011001 0 101010 100011011 1010001 100000

Color Harmonies of #701095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701095

Black with #701095

Text Example


Text Example

White with #701095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701095; }

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

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

background-color css

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

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

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

border-color css

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

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

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