#70087B

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

Shades of Purple #70087B

Tints of Purple #70087B

Color information

#70087B (or 0x70087B) is unknown color: approx Purple. HEX triplet: 70, 08 and 7B. RGB value is (112,8,123). Sum of RGB (Red+Green+Blue) = 112+8+123=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #70087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70087B is #8FF784. Grayscale: #333333. Windows color (decimal): -9435013 or 8063088. OLE color: 8063088.

HSL color Cylindrical-coordinate representation of color #70087B: hue angle of 294.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70087B is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1128123-
CMYK0.090.9300.52
HSL294.26º87.79%25.69%-
HSV(B)294.26º93.5%48.24%-
XYZ10.345.0519.17-
YUV52.21167.96170.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=46.09%
G=3.29%
B=50.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11281230.090.9300.52294.2687.7925.69
Hex7087B95D034126581a
Octal160101731113506444613032
Binary111000010001111011100110111010110100100100110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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