#851481

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

Shades of Dark Purple #851481

Tints of Dark Purple #851481

Color information

#851481 (or 0x851481) is unknown color: approx Dark Purple. HEX triplet: 85, 14 and 81. RGB value is (133,20,129). Sum of RGB (Red+Green+Blue) = 133+20+129=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #851481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851481 is #7AEB7E. Grayscale: #414141. Windows color (decimal): -8055679 or 8459397. OLE color: 8459397.

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

Color convert

RGB13320129-
CMYK00.850.030.48
HSL302.12º73.86%30%-
HSV(B)302.12º84.96%52.16%-
XYZ13.897.0721.4-
YUV66.21163.44175.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=47.16%
G=7.09%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332012900.850.030.48302.1273.8630
Hex85148105533012e4a1e
Octal20524201012536045611236
Binary1000010110100100000010101010111110000100101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851481; }

 p { color: rgb(133,20,129); }

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

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

 a { background-color: rgb(133,20,129); }

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

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

 span { border-color: rgb(133,20,129); }

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