#933474

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

Shades of Dark Purple #933474

Tints of Dark Purple #933474

Color information

#933474 (or 0x933474) is unknown color: approx Dark Purple. HEX triplet: 93, 34 and 74. RGB value is (147,52,116). Sum of RGB (Red+Green+Blue) = 147+52+116=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #933474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933474 is #6CCB8B. Grayscale: #575757. Windows color (decimal): -7129996 or 7615635. OLE color: 7615635.

HSL color Cylindrical-coordinate representation of color #933474: hue angle of 319.58º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933474 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14752116-
CMYK00.650.210.42
HSL319.58º47.74%39.02%-
HSV(B)319.58º64.63%57.65%-
XYZ16.419.9217.57-
YUV87.7143.97170.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=46.67%
G=16.51%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475211600.650.210.42319.5847.7439.02
Hex933474041152A1403027
Octal22364164010125525006047
Binary1001001111010011101000100000110101101010101000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933474; }

 p { color: rgb(147,52,116); }

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

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

 a { background-color: rgb(147,52,116); }

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

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

 span { border-color: rgb(147,52,116); }

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