#953071

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

Shades of Dark Purple #953071

Tints of Dark Purple #953071

Color information

#953071 (or 0x953071) is unknown color: approx Dark Purple. HEX triplet: 95, 30 and 71. RGB value is (149,48,113). Sum of RGB (Red+Green+Blue) = 149+48+113=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #953071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953071 is #6ACF8E. Grayscale: #555555. Windows color (decimal): -6999951 or 7418005. OLE color: 7418005.

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

Color convert

RGB14948113-
CMYK00.680.240.42
HSL321.39º51.27%38.63%-
HSV(B)321.39º67.79%58.43%-
XYZ16.439.716.63-
YUV85.61143.46173.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=48.06%
G=15.48%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494811300.680.240.42321.3951.2738.63
Hex953071044182A1413327
Octal22560161010430525016347
Binary1001010111000011100010100010011000101010101000001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953071; }

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

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

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

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

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

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

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

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