#70028D

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

Shades of Purple #70028D

Tints of Purple #70028D

Color information

#70028D (or 0x70028D) is unknown color: approx Purple. HEX triplet: 70, 02 and 8D. RGB value is (112,2,141). Sum of RGB (Red+Green+Blue) = 112+2+141=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #70028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70028D is #8FFD72. Grayscale: #323232. Windows color (decimal): -9436531 or 9241200. OLE color: 9241200.

HSL color Cylindrical-coordinate representation of color #70028D: hue angle of 287.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70028D is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1122141-
CMYK0.210.9900.45
HSL287.48º97.2%28.04%-
HSV(B)287.48º98.58%55.29%-
XYZ11.515.4125.64-
YUV50.74178.94171.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=43.92%
G=0.78%
B=55.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11221410.210.9900.45287.4897.228.04
Hex7028D156302D11f611c
Octal16022152514305543714134
Binary111000010100011011010111000110101101100011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70028D; }

 p { color: rgb(112,2,141); }

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

<style>
 a { background-color: #70028D; }

 a { background-color: rgb(112,2,141); }

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

<style>
 span { border-color: #70028D; }

 span { border-color: rgb(112,2,141); }

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