#902070

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

Shades of Dark Purple #902070

Tints of Dark Purple #902070

Color information

#902070 (or 0x902070) is unknown color: approx Dark Purple. HEX triplet: 90, 20 and 70. RGB value is (144,32,112). Sum of RGB (Red+Green+Blue) = 144+32+112=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #902070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902070 is #6FDF8F. Grayscale: #4A4A4A. Windows color (decimal): -7331728 or 7348368. OLE color: 7348368.

HSL color Cylindrical-coordinate representation of color #902070: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902070 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14432112-
CMYK00.780.220.44
HSL317.14º63.64%34.51%-
HSV(B)317.14º77.78%56.47%-
XYZ14.948.1316.11-
YUV74.61149.11177.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 11.11%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=50%
G=11.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443211200.780.220.44317.1463.6434.51
Hex90207004E162C13d4023
Octal220401600116265447510043
Binary10010000100000111000001001110101101011001001111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902070; }

 p { color: rgb(144,32,112); }

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

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

 a { background-color: rgb(144,32,112); }

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

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

 span { border-color: rgb(144,32,112); }

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