#701273

Color #701273 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #701273

Tints of Purple #701273

Color information

#701273 (or 0x701273) is unknown color: approx Purple. HEX triplet: 70, 12 and 73. RGB value is (112,18,115). Sum of RGB (Red+Green+Blue) = 112+18+115=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #701273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701273 is #8FED8C. Grayscale: #383838. Windows color (decimal): -9432461 or 7541360. OLE color: 7541360.

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

Color convert

RGB11218115-
CMYK0.030.8400.55
HSL298.14º72.93%26.08%-
HSV(B)298.14º84.35%45.1%-
XYZ9.995.1216.68-
YUV57.16160.64167.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=45.71%
G=7.35%
B=46.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112181150.030.8400.55298.1472.9326.08
Hex70127335403712a491a
Octal16022163312406745211132
Binary11100001001011100111110101000110111100101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701273; }

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

 H1.HeaderClassName
 {
   color: #701273;
 }
 .AnyTagClassName
 {
   color: #701273;
 }
</style>
background-color css

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

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

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

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

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

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