#70117C

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

Shades of Purple #70117C

Tints of Purple #70117C

Color information

#70117C (or 0x70117C) is unknown color: approx Purple. HEX triplet: 70, 11 and 7C. RGB value is (112,17,124). Sum of RGB (Red+Green+Blue) = 112+17+124=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #70117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70117C is #8FEE83. Grayscale: #393939. Windows color (decimal): -9432708 or 8130928. OLE color: 8130928.

HSL color Cylindrical-coordinate representation of color #70117C: hue angle of 293.27º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70117C is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11217124-
CMYK0.100.8600.51
HSL293.27º75.89%27.65%-
HSV(B)293.27º86.29%48.63%-
XYZ10.525.319.54-
YUV57.6165.47166.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=44.27%
G=6.72%
B=49.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112171240.100.8600.51293.2775.8927.65
Hex70117CA560331254c1c
Octal160211741212606344511434
Binary1110000100011111100101010101100110011100100101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70117C; }

 p { color: rgb(112,17,124); }

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

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

 a { background-color: rgb(112,17,124); }

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

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

 span { border-color: rgb(112,17,124); }

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