#951B74

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

Shades of Dark Purple #951B74

Tints of Dark Purple #951B74

Color information

#951B74 (or 0x951B74) is unknown color: approx Dark Purple. HEX triplet: 95, 1B and 74. RGB value is (149,27,116). Sum of RGB (Red+Green+Blue) = 149+27+116=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #951B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B74 is #6AE48B. Grayscale: #494949. Windows color (decimal): -7005324 or 7609237. OLE color: 7609237.

HSL color Cylindrical-coordinate representation of color #951B74: hue angle of 316.23º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B74 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14927116-
CMYK00.820.220.42
HSL316.23º69.32%34.51%-
HSV(B)316.23º81.88%58.43%-
XYZ15.948.4317.31-
YUV73.62151.92181.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 116 (45.70% from 255) = 39.73%
R=51.03%
G=9.25%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492711600.820.220.42316.2369.3234.51
Hex951B74052162A13c4523
Octal225331640122265247410543
Binary1001010111011111010001010010101101010101001111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951B74; }

 p { color: rgb(149,27,116); }

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

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

 a { background-color: rgb(149,27,116); }

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

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

 span { border-color: rgb(149,27,116); }

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