#852D75

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

Shades of Dark Purple #852D75

Tints of Dark Purple #852D75

Color information

#852D75 (or 0x852D75) is unknown color: approx Dark Purple. HEX triplet: 85, 2D and 75. RGB value is (133,45,117). Sum of RGB (Red+Green+Blue) = 133+45+117=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D75 is #7AD28A. Grayscale: #4F4F4F. Windows color (decimal): -8049291 or 7679365. OLE color: 7679365.

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

Color convert

RGB13345117-
CMYK00.660.120.48
HSL310.91º49.44%34.9%-
HSV(B)310.91º66.17%52.16%-
XYZ13.828.1517.67-
YUV79.52149.15166.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=45.08%
G=15.25%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334511700.660.120.48310.9149.4434.9
Hex852D75042C301373123
Octal20555165010214604676143
Binary100001011011011110101010000101100110000100110111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,45,117); }

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

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

 a { background-color: rgb(133,45,117); }

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

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

 span { border-color: rgb(133,45,117); }

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