#902974

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

Shades of Dark Purple #902974

Tints of Dark Purple #902974

Color information

#902974 (or 0x902974) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 74. RGB value is (144,41,116). Sum of RGB (Red+Green+Blue) = 144+41+116=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #902974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902974 is #6FD68B. Grayscale: #505050. Windows color (decimal): -7329420 or 7612816. OLE color: 7612816.

HSL color Cylindrical-coordinate representation of color #902974: hue angle of 316.31º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902974 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14441116-
CMYK00.720.190.44
HSL316.31º55.68%36.27%-
HSV(B)316.31º71.53%56.47%-
XYZ15.458.7817.4-
YUV80.35148.12173.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=47.84%
G=13.62%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444111600.720.190.44316.3155.6836.27
Hex902974048132C13c3824
Octal22051164011023544747044
Binary1001000010100111101000100100010011101100100111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902974; }

 p { color: rgb(144,41,116); }

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

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

 a { background-color: rgb(144,41,116); }

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

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

 span { border-color: rgb(144,41,116); }

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