#971280

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

Shades of Dark Purple #971280

Tints of Dark Purple #971280

Color information

#971280 (or 0x971280) is unknown color: approx Dark Purple. HEX triplet: 97, 12 and 80. RGB value is (151,18,128). Sum of RGB (Red+Green+Blue) = 151+18+128=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #971280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971280 is #68ED7F. Grayscale: #464646. Windows color (decimal): -6876544 or 8393367. OLE color: 8393367.

HSL color Cylindrical-coordinate representation of color #971280: hue angle of 310.38º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971280 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15118128-
CMYK00.880.150.41
HSL310.38º78.7%33.14%-
HSV(B)310.38º88.08%59.22%-
XYZ16.888.5721.19-
YUV70.31160.56185.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 18 (7.42% from 255) = 6.06%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=50.84%
G=6.06%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511812800.880.150.41310.3878.733.14
Hex971280058F291364f21
Octal227222000130175146611741
Binary1001011110010100000000101100011111010011001101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971280; }

 p { color: rgb(151,18,128); }

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

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

 a { background-color: rgb(151,18,128); }

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

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

 span { border-color: rgb(151,18,128); }

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