#852C68

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

Shades of Dark Purple #852C68

Tints of Dark Purple #852C68

Color information

#852C68 (or 0x852C68) is unknown color: approx Dark Purple. HEX triplet: 85, 2C and 68. RGB value is (133,44,104). Sum of RGB (Red+Green+Blue) = 133+44+104=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #852C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C68 is #7AD397. Grayscale: #4D4D4D. Windows color (decimal): -8049560 or 6827141. OLE color: 6827141.

HSL color Cylindrical-coordinate representation of color #852C68: hue angle of 319.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C68 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13344104-
CMYK00.670.220.48
HSL319.55º50.28%34.71%-
HSV(B)319.55º66.92%52.16%-
XYZ13.077.7913.91-
YUV77.45142.99167.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=47.33%
G=15.66%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334410400.670.220.48319.5550.2834.71
Hex852C6804316301403223
Octal20554150010326605006243
Binary1000010110110011010000100001110110110000101000000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852C68; }

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

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

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

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

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

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

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

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