#993578

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

Shades of Dark Purple #993578

Tints of Dark Purple #993578

Color information

#993578 (or 0x993578) is unknown color: approx Dark Purple. HEX triplet: 99, 35 and 78. RGB value is (153,53,120). Sum of RGB (Red+Green+Blue) = 153+53+120=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #993578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993578 is #66CA87. Grayscale: #5A5A5A. Windows color (decimal): -6736520 or 7878041. OLE color: 7878041.

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

Color convert

RGB15353120-
CMYK00.650.220.4
HSL319.8º48.54%40.39%-
HSV(B)319.8º65.36%60%-
XYZ17.810.6718.89-
YUV90.54144.63172.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=46.93%
G=16.26%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535312000.650.220.4319.848.5440.39
Hex99357804116281403128
Octal23165170010126505006150
Binary1001100111010111110000100000110110101000101000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993578; }

 p { color: rgb(153,53,120); }

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

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

 a { background-color: rgb(153,53,120); }

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

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

 span { border-color: rgb(153,53,120); }

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