#902270

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

Shades of Dark Purple #902270

Tints of Dark Purple #902270

Color information

#902270 (or 0x902270) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 70. RGB value is (144,34,112). Sum of RGB (Red+Green+Blue) = 144+34+112=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #902270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902270 is #6FDD8F. Grayscale: #4B4B4B. Windows color (decimal): -7331216 or 7348880. OLE color: 7348880.

HSL color Cylindrical-coordinate representation of color #902270: hue angle of 317.45º degrees, saturation: 0.62, 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 #902270 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14434112-
CMYK00.760.220.44
HSL317.45º61.8%34.9%-
HSV(B)317.45º76.39%56.47%-
XYZ158.2416.13-
YUV75.78148.44176.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=49.66%
G=11.72%
B=38.62%

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
Decimal1443411200.760.220.44317.4561.834.9
Hex90227004C162C13d3e23
Octal22042160011426544757643
Binary1001000010001011100000100110010110101100100111101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902270; }

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

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

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

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

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

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

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

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