#85307C

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

Shades of Dark Purple #85307C

Tints of Dark Purple #85307C

Color information

#85307C (or 0x85307C) is unknown color: approx Dark Purple. HEX triplet: 85, 30 and 7C. RGB value is (133,48,124). Sum of RGB (Red+Green+Blue) = 133+48+124=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85307C is #7ACF83. Grayscale: #515151. Windows color (decimal): -8048516 or 8138885. OLE color: 8138885.

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

Color convert

RGB13348124-
CMYK00.640.070.48
HSL306.35º46.96%35.49%-
HSV(B)306.35º63.91%52.16%-
XYZ14.378.5619.96-
YUV82.08151.66164.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=43.61%
G=15.74%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334812400.640.070.48306.3546.9635.49
Hex85307C0407301322f23
Octal2056017401007604625743
Binary10000101110000111110001000000111110000100110010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85307C; }

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

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

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

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

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

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

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

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