#853076

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

Shades of Dark Purple #853076

Tints of Dark Purple #853076

Color information

#853076 (or 0x853076) is unknown color: approx Dark Purple. HEX triplet: 85, 30 and 76. RGB value is (133,48,118). Sum of RGB (Red+Green+Blue) = 133+48+118=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #853076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853076 is #7ACF89. Grayscale: #515151. Windows color (decimal): -8048522 or 7745669. OLE color: 7745669.

HSL color Cylindrical-coordinate representation of color #853076: hue angle of 310.59º 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 #853076 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13348118-
CMYK00.640.110.48
HSL310.59º46.96%35.49%-
HSV(B)310.59º63.91%52.16%-
XYZ148.4118.02-
YUV81.4148.66164.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=44.48%
G=16.05%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334811800.640.110.48310.5946.9635.49
Hex853076040B301372f23
Octal20560166010013604675743
Binary100001011100001110110010000001011110000100110111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853076; }

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

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

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

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

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

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

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

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