#852A68

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

Shades of Dark Purple #852A68

Tints of Dark Purple #852A68

Color information

#852A68 (or 0x852A68) is unknown color: approx Dark Purple. HEX triplet: 85, 2A and 68. RGB value is (133,42,104). Sum of RGB (Red+Green+Blue) = 133+42+104=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #852A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A68 is #7AD597. Grayscale: #4C4C4C. Windows color (decimal): -8050072 or 6826629. OLE color: 6826629.

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

Color convert

RGB13342104-
CMYK00.680.220.48
HSL319.12º52%34.31%-
HSV(B)319.12º68.42%52.16%-
XYZ137.6413.89-
YUV76.28143.65168.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=47.67%
G=15.05%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334210400.680.220.48319.125234.31
Hex852A68044163013f3422
Octal20552150010426604776442
Binary1000010110101011010000100010010110110000100111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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