#70087C

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

Shades of Purple #70087C

Tints of Purple #70087C

Color information

#70087C (or 0x70087C) is unknown color: approx Purple. HEX triplet: 70, 08 and 7C. RGB value is (112,8,124). Sum of RGB (Red+Green+Blue) = 112+8+124=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #70087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70087C is #8FF783. Grayscale: #333333. Windows color (decimal): -9435012 or 8128624. OLE color: 8128624.

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

Color convert

RGB1128124-
CMYK0.100.9400.51
HSL293.79º87.88%25.88%-
HSV(B)293.79º93.55%48.63%-
XYZ10.415.0719.5-
YUV52.32168.46170.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=45.90%
G=3.28%
B=50.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11281240.100.9400.51293.7987.8825.88
Hex7087CA5E033126581a
Octal160101741213606344613032
Binary111000010001111100101010111100110011100100110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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