#850380

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

Shades of Purple #850380

Tints of Purple #850380

Color information

#850380 (or 0x850380) is unknown color: approx Purple. HEX triplet: 85, 03 and 80. RGB value is (133,3,128). Sum of RGB (Red+Green+Blue) = 133+3+128=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #850380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850380 is #7AFC7F. Grayscale: #373737. Windows color (decimal): -8060032 or 8389509. OLE color: 8389509.

HSL color Cylindrical-coordinate representation of color #850380: hue angle of 302.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850380 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB1333128-
CMYK00.980.040.48
HSL302.31º95.59%26.67%-
HSV(B)302.31º97.74%52.16%-
XYZ13.66.6120.98-
YUV56.12168.57182.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=50.38%
G=1.14%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133312800.980.040.48302.3195.5926.67
Hex8538006243012e601b
Octal2053200014246045614033
Binary10000101111000000001100010100110000100101110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850380; }

 p { color: rgb(133,3,128); }

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

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

 a { background-color: rgb(133,3,128); }

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

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

 span { border-color: rgb(133,3,128); }

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