#851380

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

Shades of Dark Purple #851380

Tints of Dark Purple #851380

Color information

#851380 (or 0x851380) is unknown color: approx Dark Purple. HEX triplet: 85, 13 and 80. RGB value is (133,19,128). Sum of RGB (Red+Green+Blue) = 133+19+128=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #851380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851380 is #7AEC7F. Grayscale: #414141. Windows color (decimal): -8055936 or 8393605. OLE color: 8393605.

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

Color convert

RGB13319128-
CMYK00.860.040.48
HSL302.63º75%29.8%-
HSV(B)302.63º85.71%52.16%-
XYZ13.87.0121.05-
YUV65.51163.27176.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=47.5%
G=6.79%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331912800.860.040.48302.637529.8
Hex85138005643012f4b1e
Octal20523200012646045711336
Binary10000101100111000000001010110100110000100101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851380; }

 p { color: rgb(133,19,128); }

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

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

 a { background-color: rgb(133,19,128); }

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

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

 span { border-color: rgb(133,19,128); }

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