#851B71

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

Shades of Dark Purple #851B71

Tints of Dark Purple #851B71

Color information

#851B71 (or 0x851B71) is unknown color: approx Dark Purple. HEX triplet: 85, 1B and 71. RGB value is (133,27,113). Sum of RGB (Red+Green+Blue) = 133+27+113=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B71 is #7AE48E. Grayscale: #444444. Windows color (decimal): -8053903 or 7412613. OLE color: 7412613.

HSL color Cylindrical-coordinate representation of color #851B71: hue angle of 311.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B71 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13327113-
CMYK00.800.150.48
HSL311.32º66.25%31.37%-
HSV(B)311.32º79.7%52.16%-
XYZ13.056.9616.28-
YUV68.5153.12174.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=48.72%
G=9.89%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332711300.800.150.48311.3266.2531.37
Hex851B71050F30137421f
Octal205331610120176046710237
Binary10000101110111110001010100001111110000100110111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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