#932C72

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

Shades of Dark Purple #932C72

Tints of Dark Purple #932C72

Color information

#932C72 (or 0x932C72) is unknown color: approx Dark Purple. HEX triplet: 93, 2C and 72. RGB value is (147,44,114). Sum of RGB (Red+Green+Blue) = 147+44+114=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #932C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C72 is #6CD38D. Grayscale: #525252. Windows color (decimal): -7132046 or 7482515. OLE color: 7482515.

HSL color Cylindrical-coordinate representation of color #932C72: hue angle of 319.22º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C72 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14744114-
CMYK00.700.220.42
HSL319.22º53.93%37.45%-
HSV(B)319.22º70.07%57.65%-
XYZ15.979.2216.86-
YUV82.78145.62173.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=48.20%
G=14.43%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474411400.700.220.42319.2253.9337.45
Hex932C72046162A13f3625
Octal22354162010626524776645
Binary1001001110110011100100100011010110101010100111111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932C72; }

 p { color: rgb(147,44,114); }

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

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

 a { background-color: rgb(147,44,114); }

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

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

 span { border-color: rgb(147,44,114); }

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