#852275

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

Shades of Dark Purple #852275

Tints of Dark Purple #852275

Color information

#852275 (or 0x852275) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 75. RGB value is (133,34,117). Sum of RGB (Red+Green+Blue) = 133+34+117=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852275 is #7ADD8A. Grayscale: #484848. Windows color (decimal): -8052107 or 7676549. OLE color: 7676549.

HSL color Cylindrical-coordinate representation of color #852275: hue angle of 309.7º 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 #852275 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13334117-
CMYK00.740.120.48
HSL309.7º59.28%32.75%-
HSV(B)309.7º74.44%52.16%-
XYZ13.467.4117.55-
YUV73.06152.8170.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=46.83%
G=11.97%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333411700.740.120.48309.759.2832.75
Hex85227504AC301363b21
Octal20542165011214604667341
Binary100001011000101110101010010101100110000100110110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852275; }

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

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

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

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

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

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

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

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