#941B71

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

Shades of Dark Purple #941B71

Tints of Dark Purple #941B71

Color information

#941B71 (or 0x941B71) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 71. RGB value is (148,27,113). Sum of RGB (Red+Green+Blue) = 148+27+113=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #941B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941B71 is #6BE48E. Grayscale: #484848. Windows color (decimal): -7070863 or 7412628. OLE color: 7412628.

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

Color convert

RGB14827113-
CMYK00.820.240.42
HSL317.36º69.14%34.31%-
HSV(B)317.36º81.76%58.04%-
XYZ15.598.2716.4-
YUV72.98150.59181.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 27 (10.94% from 255) = 9.38%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=51.39%
G=9.38%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482711300.820.240.42317.3669.1434.31
Hex941B71052182A13d4522
Octal224331610122305247510542
Binary1001010011011111000101010010110001010101001111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941B71; }

 p { color: rgb(148,27,113); }

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

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

 a { background-color: rgb(148,27,113); }

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

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

 span { border-color: rgb(148,27,113); }

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