Html Css Color HEX #701473 Purple

📋 copy color: '#701473'

red 112 ◦ green 20 ◦ blue 115

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

Shades of Purple #701473

Tints of Purple #701473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 45.34%
G = 8.1%
B = 46.56%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701473 (or 0x701473) is known color: Purple. HEX triplet: 70, 14 and 73. RGB value is (112,20,115). Sum of RGB (Red+Green+Blue) = 112+20+115=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #701473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701473 is #8FEB8C. Grayscale: #3A3A3A. Windows color (decimal): -9431949 or 7541872. OLE color: 7541872.

HSL color Cylindrical-coordinate representation of color #701473: hue angle of 298.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701473 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 20 115 -
CMYK 0.03 0.83 0 0.55
HSL 298.11º 0.7% 0.26% -
HSV(B) 298.11º 0.83% 0.45% -
XYZ 10.03 5.18 16.69 -
YUV 58.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 112 20 115 0.03 0.83 0 0.55 298.11 0.7 0.26
Hex 70 14 73 3 53 0 37 12A 46 1A
Octal 160 24 163 3 123 0 67 452 106 32
Binary 1110000 10100 1110011 11 1010011 0 110111 100101010 1000110 11010

Color Harmonies of #701473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701473

Black with #701473

Text Example


Text Example

White with #701473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701473; }

 p { color: rgb(112,20,115); }

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

background-color css

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

 a { background-color: rgb(112,20,115); }

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

border-color css

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

 span { border-color: rgb(112,20,115); }

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