#902470

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

Shades of Dark Purple #902470

Tints of Dark Purple #902470

Color information

#902470 (or 0x902470) is unknown color: approx Dark Purple. HEX triplet: 90, 24 and 70. RGB value is (144,36,112). Sum of RGB (Red+Green+Blue) = 144+36+112=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #902470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902470 is #6FDB8F. Grayscale: #4C4C4C. Windows color (decimal): -7330704 or 7349392. OLE color: 7349392.

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

Color convert

RGB14436112-
CMYK00.750.220.44
HSL317.78º60%35.29%-
HSV(B)317.78º75%56.47%-
XYZ15.068.3616.15-
YUV76.96147.78175.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=49.32%
G=12.33%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443611200.750.220.44317.786035.29
Hex90247004B162C13e3c23
Octal22044160011326544767443
Binary1001000010010011100000100101110110101100100111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902470; }

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

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

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

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

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

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

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

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