#850178

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

Shades of Purple #850178

Tints of Purple #850178

Color information

#850178 (or 0x850178) is unknown color: approx Purple. HEX triplet: 85, 01 and 78. RGB value is (133,1,120). Sum of RGB (Red+Green+Blue) = 133+1+120=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #850178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850178 is #7AFE87. Grayscale: #353535. Windows color (decimal): -8060552 or 7864709. OLE color: 7864709.

HSL color Cylindrical-coordinate representation of color #850178: hue angle of 305.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850178 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB1331120-
CMYK00.990.100.48
HSL305.91º98.51%26.27%-
HSV(B)305.91º99.25%52.16%-
XYZ13.076.3618.31-
YUV54.03165.23184.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=52.36%
G=0.39%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133112000.990.100.48305.9198.5126.27
Hex85178063A30132631a
Octal20511700143126046214332
Binary1000010111111000011000111010110000100110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850178; }

 p { color: rgb(133,1,120); }

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

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

 a { background-color: rgb(133,1,120); }

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

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

 span { border-color: rgb(133,1,120); }

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