#852279

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

Shades of Dark Purple #852279

Tints of Dark Purple #852279

Color information

#852279 (or 0x852279) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 79. RGB value is (133,34,121). Sum of RGB (Red+Green+Blue) = 133+34+121=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852279 is #7ADD86. Grayscale: #494949. Windows color (decimal): -8052103 or 7938693. OLE color: 7938693.

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

Color convert

RGB13334121-
CMYK00.740.090.48
HSL307.27º59.28%32.75%-
HSV(B)307.27º74.44%52.16%-
XYZ13.77.5118.82-
YUV73.52154.8170.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=46.18%
G=11.81%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333412100.740.090.48307.2759.2832.75
Hex85227904A9301333b21
Octal20542171011211604637341
Binary100001011000101111001010010101001110000100110011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852279; }

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

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

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

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

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

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

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

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