Html Css Color HEX #701573 Purple

📋 copy color: '#701573'

red 112 ◦ green 21 ◦ blue 115

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

Shades of Purple #701573

Tints of Purple #701573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 45.16%
G = 8.47%
B = 46.37%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701573 (or 0x701573) is known color: Purple. HEX triplet: 70, 15 and 73. RGB value is (112,21,115). Sum of RGB (Red+Green+Blue) = 112+21+115=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #701573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701573 is #8FEA8C. Grayscale: #3A3A3A. Windows color (decimal): -9431693 or 7542128. OLE color: 7542128.

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

Color convert

RGB 112 21 115 -
CMYK 0.03 0.82 0 0.55
HSL 298.09º 0.69% 0.27% -
HSV(B) 298.09º 0.82% 0.45% -
XYZ 10.04 5.22 16.7 -
YUV 58.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 112 21 115 0.03 0.82 0 0.55 298.09 0.69 0.27
Hex 70 15 73 3 52 0 37 12A 45 1B
Octal 160 25 163 3 122 0 67 452 105 33
Binary 1110000 10101 1110011 11 1010010 0 110111 100101010 1000101 11011

Color Harmonies of #701573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701573

Black with #701573

Text Example


Text Example

White with #701573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701573; }

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

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

background-color css

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

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

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

border-color css

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

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

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