#70078B

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

Shades of Purple #70078B

Tints of Purple #70078B

Color information

#70078B (or 0x70078B) is unknown color: approx Purple. HEX triplet: 70, 07 and 8B. RGB value is (112,7,139). Sum of RGB (Red+Green+Blue) = 112+7+139=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #70078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70078B is #8FF874. Grayscale: #353535. Windows color (decimal): -9435253 or 9111408. OLE color: 9111408.

HSL color Cylindrical-coordinate representation of color #70078B: hue angle of 287.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70078B is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1127139-
CMYK0.190.9500.45
HSL287.73º90.41%28.63%-
HSV(B)287.73º94.96%54.51%-
XYZ11.425.4624.88-
YUV53.44176.29169.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 7 (3.12% from 255) = 2.71%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=43.41%
G=2.71%
B=53.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11271390.190.9500.45287.7390.4128.63
Hex7078B135F02D1205a1d
Octal16072132313705544013235
Binary1110000111100010111001110111110101101100100000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,7,139); }

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

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

 a { background-color: rgb(112,7,139); }

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

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

 span { border-color: rgb(112,7,139); }

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