#852C6A

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

Shades of Dark Purple #852C6A

Tints of Dark Purple #852C6A

Color information

#852C6A (or 0x852C6A) is unknown color: approx Dark Purple. HEX triplet: 85, 2C and 6A. RGB value is (133,44,106). Sum of RGB (Red+Green+Blue) = 133+44+106=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C6A is #7AD395. Grayscale: #4D4D4D. Windows color (decimal): -8049558 or 6958213. OLE color: 6958213.

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

Color convert

RGB13344106-
CMYK00.670.200.48
HSL318.2º50.28%34.71%-
HSV(B)318.2º66.92%52.16%-
XYZ13.187.8314.45-
YUV77.68143.99167.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=47.00%
G=15.55%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334410600.670.200.48318.250.2834.71
Hex852C6A043143013e3223
Octal20554152010324604766243
Binary1000010110110011010100100001110100110000100111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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