#934078

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

Shades of Dark Purple #934078

Tints of Dark Purple #934078

Color information

#934078 (or 0x934078) is unknown color: approx Dark Purple. HEX triplet: 93, 40 and 78. RGB value is (147,64,120). Sum of RGB (Red+Green+Blue) = 147+64+120=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934078 is #6CBF87. Grayscale: #5F5F5F. Windows color (decimal): -7126920 or 7880851. OLE color: 7880851.

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

Color convert

RGB14764120-
CMYK00.560.180.42
HSL319.52º39.34%41.37%-
HSV(B)319.52º56.46%57.65%-
XYZ17.2611.2319.03-
YUV95.2142164.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=44.41%
G=19.34%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476412000.560.180.42319.5239.3441.37
Hex934078038122A1402729
Octal22310017007022525004751
Binary1001001110000001111000011100010010101010101000000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934078; }

 p { color: rgb(147,64,120); }

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

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

 a { background-color: rgb(147,64,120); }

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

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

 span { border-color: rgb(147,64,120); }

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