#933070

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

Shades of Dark Purple #933070

Tints of Dark Purple #933070

Color information

#933070 (or 0x933070) is unknown color: approx Dark Purple. HEX triplet: 93, 30 and 70. RGB value is (147,48,112). Sum of RGB (Red+Green+Blue) = 147+48+112=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #933070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933070 is #6CCF8F. Grayscale: #545454. Windows color (decimal): -7131024 or 7352467. OLE color: 7352467.

HSL color Cylindrical-coordinate representation of color #933070: hue angle of 321.21º 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 #933070 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14748112-
CMYK00.670.240.42
HSL321.21º50.77%38.24%-
HSV(B)321.21º67.35%57.65%-
XYZ16.019.4916.32-
YUV84.9143.3172.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=47.88%
G=15.64%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474811200.670.240.42321.2150.7738.24
Hex933070043182A1413326
Octal22360160010330525016346
Binary1001001111000011100000100001111000101010101000001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933070; }

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

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

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

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

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

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

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

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