#993479

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

Shades of Dark Purple #993479

Tints of Dark Purple #993479

Color information

#993479 (or 0x993479) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 79. RGB value is (153,52,121). Sum of RGB (Red+Green+Blue) = 153+52+121=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #993479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993479 is #66CB86. Grayscale: #595959. Windows color (decimal): -6736775 or 7943321. OLE color: 7943321.

HSL color Cylindrical-coordinate representation of color #993479: hue angle of 319.01º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993479 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15352121-
CMYK00.660.210.4
HSL319.01º49.27%40.2%-
HSV(B)319.01º66.01%60%-
XYZ17.8210.6119.2-
YUV90.06145.46172.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=46.93%
G=15.95%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535212100.660.210.4319.0149.2740.2
Hex993479042152813f3128
Octal23164171010225504776150
Binary1001100111010011110010100001010101101000100111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993479; }

 p { color: rgb(153,52,121); }

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

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

 a { background-color: rgb(153,52,121); }

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

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

 span { border-color: rgb(153,52,121); }

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