#932072

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

Shades of Dark Purple #932072

Tints of Dark Purple #932072

Color information

#932072 (or 0x932072) is unknown color: approx Dark Purple. HEX triplet: 93, 20 and 72. RGB value is (147,32,114). Sum of RGB (Red+Green+Blue) = 147+32+114=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #932072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932072 is #6CDF8D. Grayscale: #4B4B4B. Windows color (decimal): -7135118 or 7479443. OLE color: 7479443.

HSL color Cylindrical-coordinate representation of color #932072: hue angle of 317.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932072 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14732114-
CMYK00.780.220.42
HSL317.22º64.25%35.1%-
HSV(B)317.22º78.23%57.65%-
XYZ15.598.4516.73-
YUV75.73149.6178.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=50.17%
G=10.92%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473211400.780.220.42317.2264.2535.1
Hex93207204E162A13d4023
Octal223401620116265247510043
Binary10010011100000111001001001110101101010101001111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932072; }

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

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

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

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

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

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

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

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