#852271

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

Shades of Dark Purple #852271

Tints of Dark Purple #852271

Color information

#852271 (or 0x852271) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 71. RGB value is (133,34,113). Sum of RGB (Red+Green+Blue) = 133+34+113=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #852271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852271 is #7ADD8E. Grayscale: #484848. Windows color (decimal): -8052111 or 7414405. OLE color: 7414405.

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

Color convert

RGB13334113-
CMYK00.740.150.48
HSL312.12º59.28%32.75%-
HSV(B)312.12º74.44%52.16%-
XYZ13.237.3216.34-
YUV72.61150.8171.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=47.5%
G=12.14%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333411300.740.150.48312.1259.2832.75
Hex85227104AF301383b21
Octal20542161011217604707341
Binary100001011000101110001010010101111110000100111000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852271; }

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

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

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

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

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

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

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

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