#852572

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

Shades of Dark Purple #852572

Tints of Dark Purple #852572

Color information

#852572 (or 0x852572) is unknown color: approx Dark Purple. HEX triplet: 85, 25 and 72. RGB value is (133,37,114). Sum of RGB (Red+Green+Blue) = 133+37+114=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852572 is #7ADA8D. Grayscale: #4A4A4A. Windows color (decimal): -8051342 or 7480709. OLE color: 7480709.

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

Color convert

RGB13337114-
CMYK00.720.140.48
HSL311.88º56.47%33.33%-
HSV(B)311.88º72.18%52.16%-
XYZ13.377.5216.67-
YUV74.48150.3169.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=46.83%
G=13.03%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333711400.720.140.48311.8856.4733.33
Hex852572048E301383821
Octal20545162011016604707041
Binary100001011001011110010010010001110110000100111000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852572; }

 p { color: rgb(133,37,114); }

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

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

 a { background-color: rgb(133,37,114); }

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

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

 span { border-color: rgb(133,37,114); }

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