#951371

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

Shades of Dark Purple #951371

Tints of Dark Purple #951371

Color information

#951371 (or 0x951371) is unknown color: approx Dark Purple. HEX triplet: 95, 13 and 71. RGB value is (149,19,113). Sum of RGB (Red+Green+Blue) = 149+19+113=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951371 is #6AEC8E. Grayscale: #444444. Windows color (decimal): -7007375 or 7410581. OLE color: 7410581.

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

Color convert

RGB14919113-
CMYK00.870.240.42
HSL316.62º77.38%32.94%-
HSV(B)316.62º87.25%58.43%-
XYZ15.618.0516.35-
YUV68.59153.07185.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=53.02%
G=6.76%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491911300.870.240.42316.6277.3832.94
Hex951371057182A13d4d21
Octal225231610127305247511541
Binary1001010110011111000101010111110001010101001111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951371; }

 p { color: rgb(149,19,113); }

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

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

 a { background-color: rgb(149,19,113); }

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

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

 span { border-color: rgb(149,19,113); }

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