#853072

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

Shades of Dark Purple #853072

Tints of Dark Purple #853072

Color information

#853072 (or 0x853072) is unknown color: approx Dark Purple. HEX triplet: 85, 30 and 72. RGB value is (133,48,114). Sum of RGB (Red+Green+Blue) = 133+48+114=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #853072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853072 is #7ACF8D. Grayscale: #505050. Windows color (decimal): -8048526 or 7483525. OLE color: 7483525.

HSL color Cylindrical-coordinate representation of color #853072: hue angle of 313.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853072 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13348114-
CMYK00.640.140.48
HSL313.41º46.96%35.49%-
HSV(B)313.41º63.91%52.16%-
XYZ13.778.3216.8-
YUV80.94146.66165.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=45.08%
G=16.27%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334811400.640.140.48313.4146.9635.49
Hex853072040E301392f23
Octal20560162010016604715743
Binary100001011100001110010010000001110110000100111001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853072; }

 p { color: rgb(133,48,114); }

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

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

 a { background-color: rgb(133,48,114); }

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

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

 span { border-color: rgb(133,48,114); }

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