#931470

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

Shades of Dark Purple #931470

Tints of Dark Purple #931470

Color information

#931470 (or 0x931470) is unknown color: approx Dark Purple. HEX triplet: 93, 14 and 70. RGB value is (147,20,112). Sum of RGB (Red+Green+Blue) = 147+20+112=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #931470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931470 is #6CEB8F. Grayscale: #444444. Windows color (decimal): -7138192 or 7345299. OLE color: 7345299.

HSL color Cylindrical-coordinate representation of color #931470: hue angle of 316.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931470 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14720112-
CMYK00.860.240.42
HSL316.54º76.05%32.75%-
HSV(B)316.54º86.39%57.65%-
XYZ15.217.8716.05-
YUV68.46152.58184.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=52.69%
G=7.17%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472011200.860.240.42316.5476.0532.75
Hex931470056182A13d4c21
Octal223241600126305247511441
Binary1001001110100111000001010110110001010101001111011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931470; }

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

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

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

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

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

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

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

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