#971381

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

Shades of Dark Purple #971381

Tints of Dark Purple #971381

Color information

#971381 (or 0x971381) is unknown color: approx Dark Purple. HEX triplet: 97, 13 and 81. RGB value is (151,19,129). Sum of RGB (Red+Green+Blue) = 151+19+129=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #971381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971381 is #68EC7E. Grayscale: #464646. Windows color (decimal): -6876287 or 8459159. OLE color: 8459159.

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

Color convert

RGB15119129-
CMYK00.870.150.41
HSL310º77.65%33.33%-
HSV(B)310º87.42%59.22%-
XYZ16.968.6321.54-
YUV71.01160.73185.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=50.50%
G=6.35%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511912900.870.150.4131077.6533.33
Hex971381057F291364e21
Octal227232010127175146611641
Binary1001011110011100000010101011111111010011001101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971381; }

 p { color: rgb(151,19,129); }

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

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

 a { background-color: rgb(151,19,129); }

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

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

 span { border-color: rgb(151,19,129); }

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