#85376B

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

Shades of Dark Purple #85376B

Tints of Dark Purple #85376B

Color information

#85376B (or 0x85376B) is unknown color: approx Dark Purple. HEX triplet: 85, 37 and 6B. RGB value is (133,55,107). Sum of RGB (Red+Green+Blue) = 133+55+107=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85376B is #7AC894. Grayscale: #545454. Windows color (decimal): -8046741 or 7026565. OLE color: 7026565.

HSL color Cylindrical-coordinate representation of color #85376B: hue angle of 320º 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 #85376B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13355107-
CMYK00.590.200.48
HSL320º41.49%36.86%-
HSV(B)320º58.65%52.16%-
XYZ13.698.7814.88-
YUV84.25140.84162.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=45.08%
G=18.64%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335510700.590.200.4832041.4936.86
Hex85376B03B14301402925
Octal2056715307324605005145
Binary100001011101111101011011101110100110000101000000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85376B; }

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

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

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

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

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

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

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

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