#852C7A

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

Shades of Dark Purple #852C7A

Tints of Dark Purple #852C7A

Color information

#852C7A (or 0x852C7A) is unknown color: approx Dark Purple. HEX triplet: 85, 2C and 7A. RGB value is (133,44,122). Sum of RGB (Red+Green+Blue) = 133+44+122=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C7A is #7AD385. Grayscale: #4F4F4F. Windows color (decimal): -8049542 or 8006789. OLE color: 8006789.

HSL color Cylindrical-coordinate representation of color #852C7A: hue angle of 307.42º 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 #852C7A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13344122-
CMYK00.670.080.48
HSL307.42º50.28%34.71%-
HSV(B)307.42º66.92%52.16%-
XYZ14.098.1919.25-
YUV79.5151.99166.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=44.48%
G=14.72%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334412200.670.080.48307.4250.2834.71
Hex852C7A0438301333223
Octal20554172010310604636243
Binary100001011011001111010010000111000110000100110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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