#70147C

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

Shades of Purple #70147C

Tints of Purple #70147C

Color information

#70147C (or 0x70147C) is unknown color: approx Purple. HEX triplet: 70, 14 and 7C. RGB value is (112,20,124). Sum of RGB (Red+Green+Blue) = 112+20+124=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #70147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70147C is #8FEB83. Grayscale: #3B3B3B. Windows color (decimal): -9431940 or 8131696. OLE color: 8131696.

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

Color convert

RGB11220124-
CMYK0.100.8400.51
HSL293.08º72.22%28.24%-
HSV(B)293.08º83.87%48.63%-
XYZ10.575.419.55-
YUV59.36164.48165.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=43.75%
G=7.81%
B=48.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112201240.100.8400.51293.0872.2228.24
Hex70147CA54033125481c
Octal160241741212406344511034
Binary1110000101001111100101010101000110011100100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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