#951579

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

Shades of Dark Purple #951579

Tints of Dark Purple #951579

Color information

#951579 (or 0x951579) is unknown color: approx Dark Purple. HEX triplet: 95, 15 and 79. RGB value is (149,21,121). Sum of RGB (Red+Green+Blue) = 149+21+121=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #951579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951579 is #6AEA86. Grayscale: #464646. Windows color (decimal): -7006855 or 7935381. OLE color: 7935381.

HSL color Cylindrical-coordinate representation of color #951579: hue angle of 313.12º degrees, saturation: 0.75, 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 #951579 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14921121-
CMYK00.860.190.42
HSL313.12º75.29%33.33%-
HSV(B)313.12º85.91%58.43%-
XYZ16.118.3118.84-
YUV70.67156.41183.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=51.20%
G=7.22%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492112100.860.190.42313.1275.2933.33
Hex951579056132A1394b21
Octal225251710126235247111341
Binary1001010110101111100101010110100111010101001110011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951579; }

 p { color: rgb(149,21,121); }

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

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

 a { background-color: rgb(149,21,121); }

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

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

 span { border-color: rgb(149,21,121); }

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