#951771

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

Shades of Dark Purple #951771

Tints of Dark Purple #951771

Color information

#951771 (or 0x951771) is unknown color: approx Dark Purple. HEX triplet: 95, 17 and 71. RGB value is (149,23,113). Sum of RGB (Red+Green+Blue) = 149+23+113=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951771 is #6AE88E. Grayscale: #464646. Windows color (decimal): -7006351 or 7411605. OLE color: 7411605.

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

Color convert

RGB14923113-
CMYK00.850.240.42
HSL317.14º73.26%33.73%-
HSV(B)317.14º84.56%58.43%-
XYZ15.688.1916.38-
YUV70.93151.74183.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=52.28%
G=8.07%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492311300.850.240.42317.1473.2633.73
Hex951771055182A13d4922
Octal225271610125305247511142
Binary1001010110111111000101010101110001010101001111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951771; }

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

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

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

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

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

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

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

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