#70128B

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

Shades of Purple #70128B

Tints of Purple #70128B

Color information

#70128B (or 0x70128B) is unknown color: approx Purple. HEX triplet: 70, 12 and 8B. RGB value is (112,18,139). Sum of RGB (Red+Green+Blue) = 112+18+139=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #70128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70128B is #8FED74. Grayscale: #3B3B3B. Windows color (decimal): -9432437 or 9114224. OLE color: 9114224.

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

Color convert

RGB11218139-
CMYK0.190.8700.45
HSL286.61º77.07%30.78%-
HSV(B)286.61º87.05%54.51%-
XYZ11.565.7424.93-
YUV59.9172.64165.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=41.64%
G=6.69%
B=51.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112181390.190.8700.45286.6177.0730.78
Hex70128B135702D11f4d1f
Octal160222132312705543711537
Binary111000010010100010111001110101110101101100011111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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