#852466

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

Shades of Dark Purple #852466

Tints of Dark Purple #852466

Color information

#852466 (or 0x852466) is unknown color: approx Dark Purple. HEX triplet: 85, 24 and 66. RGB value is (133,36,102). Sum of RGB (Red+Green+Blue) = 133+36+102=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852466 is #7ADB99. Grayscale: #484848. Windows color (decimal): -8051610 or 6694021. OLE color: 6694021.

HSL color Cylindrical-coordinate representation of color #852466: hue angle of 319.18º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852466 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13336102-
CMYK00.730.230.48
HSL319.18º57.4%33.14%-
HSV(B)319.18º72.93%52.16%-
XYZ12.77.2113.29-
YUV72.53144.64171.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=49.08%
G=13.28%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333610200.730.230.48319.1857.433.14
Hex852466049173013f3921
Octal20544146011127604777141
Binary1000010110010011001100100100110111110000100111111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852466; }

 p { color: rgb(133,36,102); }

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

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

 a { background-color: rgb(133,36,102); }

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

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

 span { border-color: rgb(133,36,102); }

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