#933072

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

Shades of Dark Purple #933072

Tints of Dark Purple #933072

Color information

#933072 (or 0x933072) is unknown color: approx Dark Purple. HEX triplet: 93, 30 and 72. RGB value is (147,48,114). Sum of RGB (Red+Green+Blue) = 147+48+114=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #933072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933072 is #6CCF8D. Grayscale: #545454. Windows color (decimal): -7131022 or 7483539. OLE color: 7483539.

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

Color convert

RGB14748114-
CMYK00.670.220.42
HSL320º50.77%38.24%-
HSV(B)320º67.35%57.65%-
XYZ16.139.5316.91-
YUV85.12144.3172.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=47.57%
G=15.53%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474811400.670.220.4232050.7738.24
Hex933072043162A1403326
Octal22360162010326525006346
Binary1001001111000011100100100001110110101010101000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933072; }

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

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

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

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

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

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

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

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