#852784

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

Shades of Dark Purple #852784

Tints of Dark Purple #852784

Color information

#852784 (or 0x852784) is unknown color: approx Dark Purple. HEX triplet: 85, 27 and 84. RGB value is (133,39,132). Sum of RGB (Red+Green+Blue) = 133+39+132=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #852784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852784 is #7AD87B. Grayscale: #4D4D4D. Windows color (decimal): -8050812 or 8660869. OLE color: 8660869.

HSL color Cylindrical-coordinate representation of color #852784: hue angle of 300.64º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852784 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13339132-
CMYK00.710.010.48
HSL300.64º54.65%33.73%-
HSV(B)300.64º70.68%52.16%-
XYZ14.568.122.63-
YUV77.71158.64167.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=43.75%
G=12.83%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333913200.710.010.48300.6454.6533.73
Hex85278404713012d3722
Octal2054720401071604556742
Binary1000010110011110000100010001111110000100101101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852784; }

 p { color: rgb(133,39,132); }

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

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

 a { background-color: rgb(133,39,132); }

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

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

 span { border-color: rgb(133,39,132); }

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