#852262

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

Shades of Dark Purple #852262

Tints of Dark Purple #852262

Color information

#852262 (or 0x852262) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 62. RGB value is (133,34,98). Sum of RGB (Red+Green+Blue) = 133+34+98=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #852262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852262 is #7ADD9D. Grayscale: #464646. Windows color (decimal): -8052126 or 6431365. OLE color: 6431365.

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

Color convert

RGB1333498-
CMYK00.740.260.48
HSL321.21º59.28%32.75%-
HSV(B)321.21º74.44%52.16%-
XYZ12.457.0112.25-
YUV70.9143.3172.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=50.19%
G=12.83%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133349800.740.260.48321.2159.2832.75
Hex85226204A1A301413b21
Octal20542142011232605017341
Binary1000010110001011000100100101011010110000101000001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852262; }

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

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

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

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

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

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

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

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