#701275

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

Shades of Purple #701275

Tints of Purple #701275

Color information

#701275 (or 0x701275) is unknown color: approx Purple. HEX triplet: 70, 12 and 75. RGB value is (112,18,117). Sum of RGB (Red+Green+Blue) = 112+18+117=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #701275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701275 is #8FED8A. Grayscale: #393939. Windows color (decimal): -9432459 or 7672432. OLE color: 7672432.

HSL color Cylindrical-coordinate representation of color #701275: hue angle of 296.97º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701275 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11218117-
CMYK0.040.8500.54
HSL296.97º73.33%26.47%-
HSV(B)296.97º84.62%45.88%-
XYZ10.115.1617.29-
YUV57.39161.64166.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=45.34%
G=7.29%
B=47.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112181170.040.8500.54296.9773.3326.47
Hex701275455036129491a
Octal16022165412506645111132
Binary111000010010111010110010101010110110100101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701275; }

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

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

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

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

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

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

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

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