#852375

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

Shades of Dark Purple #852375

Tints of Dark Purple #852375

Color information

#852375 (or 0x852375) is unknown color: approx Dark Purple. HEX triplet: 85, 23 and 75. RGB value is (133,35,117). Sum of RGB (Red+Green+Blue) = 133+35+117=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852375 is #7ADC8A. Grayscale: #494949. Windows color (decimal): -8051851 or 7676805. OLE color: 7676805.

HSL color Cylindrical-coordinate representation of color #852375: hue angle of 309.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852375 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13335117-
CMYK00.740.120.48
HSL309.8º58.33%32.94%-
HSV(B)309.8º73.68%52.16%-
XYZ13.487.4717.56-
YUV73.65152.47170.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=46.67%
G=12.28%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333511700.740.120.48309.858.3332.94
Hex85237504AC301363a21
Octal20543165011214604667241
Binary100001011000111110101010010101100110000100110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852375; }

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

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

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

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

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

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

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

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