#851577

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

Shades of Dark Purple #851577

Tints of Dark Purple #851577

Color information

#851577 (or 0x851577) is unknown color: approx Dark Purple. HEX triplet: 85, 15 and 77. RGB value is (133,21,119). Sum of RGB (Red+Green+Blue) = 133+21+119=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851577 is #7AEA88. Grayscale: #414141. Windows color (decimal): -8055433 or 7804293. OLE color: 7804293.

HSL color Cylindrical-coordinate representation of color #851577: hue angle of 307.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851577 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13321119-
CMYK00.840.110.48
HSL307.5º72.73%30.2%-
HSV(B)307.5º84.21%52.16%-
XYZ13.276.8518.08-
YUV65.66158.11176.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=48.72%
G=7.69%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332111900.840.110.48307.572.7330.2
Hex851577054B30134491e
Octal205251670124136046411136
Binary10000101101011110111010101001011110000100110100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851577; }

 p { color: rgb(133,21,119); }

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

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

 a { background-color: rgb(133,21,119); }

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

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

 span { border-color: rgb(133,21,119); }

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