#932B70

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

Shades of Dark Purple #932B70

Tints of Dark Purple #932B70

Color information

#932B70 (or 0x932B70) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 70. RGB value is (147,43,112). Sum of RGB (Red+Green+Blue) = 147+43+112=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #932B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932B70 is #6CD48F. Grayscale: #515151. Windows color (decimal): -7132304 or 7351187. OLE color: 7351187.

HSL color Cylindrical-coordinate representation of color #932B70: hue angle of 320.19º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932B70 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14743112-
CMYK00.710.240.42
HSL320.19º54.74%37.25%-
HSV(B)320.19º70.75%57.65%-
XYZ15.829.116.25-
YUV81.96144.96174.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=48.68%
G=14.24%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474311200.710.240.42320.1954.7437.25
Hex932B70047182A1403725
Octal22353160010730525006745
Binary1001001110101111100000100011111000101010101000000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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