#853777

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

Shades of Dark Purple #853777

Tints of Dark Purple #853777

Color information

#853777 (or 0x853777) is unknown color: approx Dark Purple. HEX triplet: 85, 37 and 77. RGB value is (133,55,119). Sum of RGB (Red+Green+Blue) = 133+55+119=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #853777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853777 is #7AC888. Grayscale: #555555. Windows color (decimal): -8046729 or 7812997. OLE color: 7812997.

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

Color convert

RGB13355119-
CMYK00.590.110.48
HSL310.77º41.49%36.86%-
HSV(B)310.77º58.65%52.16%-
XYZ14.379.0518.44-
YUV85.62146.84161.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=43.32%
G=17.92%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335511900.590.110.48310.7741.4936.86
Hex85377703BB301372925
Octal2056716707313604675145
Binary10000101110111111011101110111011110000100110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853777; }

 p { color: rgb(133,55,119); }

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

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

 a { background-color: rgb(133,55,119); }

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

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

 span { border-color: rgb(133,55,119); }

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