#852268

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

Shades of Dark Purple #852268

Tints of Dark Purple #852268

Color information

#852268 (or 0x852268) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 68. RGB value is (133,34,104). Sum of RGB (Red+Green+Blue) = 133+34+104=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852268 is #7ADD97. Grayscale: #474747. Windows color (decimal): -8052120 or 6824581. OLE color: 6824581.

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

Color convert

RGB13334104-
CMYK00.740.220.48
HSL317.58º59.28%32.75%-
HSV(B)317.58º74.44%52.16%-
XYZ12.747.1313.8-
YUV71.58146.3171.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=49.08%
G=12.55%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333410400.740.220.48317.5859.2832.75
Hex85226804A163013e3b21
Octal20542150011226604767341
Binary1000010110001011010000100101010110110000100111110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852268; }

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

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

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

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

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

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

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

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