#902370

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

Shades of Dark Purple #902370

Tints of Dark Purple #902370

Color information

#902370 (or 0x902370) is unknown color: approx Dark Purple. HEX triplet: 90, 23 and 70. RGB value is (144,35,112). Sum of RGB (Red+Green+Blue) = 144+35+112=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #902370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902370 is #6FDC8F. Grayscale: #4C4C4C. Windows color (decimal): -7330960 or 7349136. OLE color: 7349136.

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

Color convert

RGB14435112-
CMYK00.760.220.44
HSL317.61º60.89%35.1%-
HSV(B)317.61º75.69%56.47%-
XYZ15.038.316.14-
YUV76.37148.11176.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 35 (14.06% from 255) = 12.03%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=49.48%
G=12.03%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443511200.760.220.44317.6160.8935.1
Hex90237004C162C13e3d23
Octal22043160011426544767543
Binary1001000010001111100000100110010110101100100111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902370; }

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

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

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

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

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

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

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

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