#952571

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

Shades of Dark Purple #952571

Tints of Dark Purple #952571

Color information

#952571 (or 0x952571) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 71. RGB value is (149,37,113). Sum of RGB (Red+Green+Blue) = 149+37+113=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952571 is #6ADA8E. Grayscale: #4E4E4E. Windows color (decimal): -7002767 or 7415189. OLE color: 7415189.

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

Color convert

RGB14937113-
CMYK00.750.240.42
HSL319.29º60.22%36.47%-
HSV(B)319.29º75.17%58.43%-
XYZ16.048.916.5-
YUV79.15147.11177.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=49.83%
G=12.37%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493711300.750.240.42319.2960.2236.47
Hex95257104B182A13f3c24
Octal22545161011330524777444
Binary1001010110010111100010100101111000101010100111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952571; }

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

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

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

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

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

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

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

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