#853870

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

Shades of Dark Purple #853870

Tints of Dark Purple #853870

Color information

#853870 (or 0x853870) is unknown color: approx Dark Purple. HEX triplet: 85, 38 and 70. RGB value is (133,56,112). Sum of RGB (Red+Green+Blue) = 133+56+112=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853870 is #7AC78F. Grayscale: #555555. Windows color (decimal): -8046480 or 7354501. OLE color: 7354501.

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

Color convert

RGB13356112-
CMYK00.580.160.48
HSL316.36º40.74%37.06%-
HSV(B)316.36º57.89%52.16%-
XYZ14.018.9816.32-
YUV85.41143.01161.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=44.19%
G=18.60%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335611200.580.160.48316.3640.7437.06
Hex85387003A103013c2925
Octal2057016007220604745145
Binary100001011110001110000011101010000110000100111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853870; }

 p { color: rgb(133,56,112); }

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

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

 a { background-color: rgb(133,56,112); }

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

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

 span { border-color: rgb(133,56,112); }

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