#852472

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

Shades of Dark Purple #852472

Tints of Dark Purple #852472

Color information

#852472 (or 0x852472) is unknown color: approx Dark Purple. HEX triplet: 85, 24 and 72. RGB value is (133,36,114). Sum of RGB (Red+Green+Blue) = 133+36+114=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852472 is #7ADB8D. Grayscale: #494949. Windows color (decimal): -8051598 or 7480453. OLE color: 7480453.

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

Color convert

RGB13336114-
CMYK00.730.140.48
HSL311.75º57.4%33.14%-
HSV(B)311.75º72.93%52.16%-
XYZ13.347.4616.66-
YUV73.9150.64170.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=47.00%
G=12.72%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333611400.730.140.48311.7557.433.14
Hex852472049E301383921
Octal20544162011116604707141
Binary100001011001001110010010010011110110000100111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852472; }

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

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

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

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

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

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

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

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