Html Css Color HEX #850177 Purple

📋 copy color: '#850177'

red 133 ◦ green 1 ◦ blue 119

#850177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #850177

Tints of Purple #850177

RGB

 RED value IS 133 (52.34% from 255) = 52.57%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 52.57%
G = 0.4%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850177 (or 0x850177) is known color: Purple. HEX triplet: 85, 01 and 77. RGB value is (133,1,119). Sum of RGB (Red+Green+Blue) = 133+1+119=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850177 is #7AFE88. Grayscale: #353535. Windows color (decimal): -8060553 or 7799173. OLE color: 7799173.

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

Color convert

RGB 133 1 119 -
CMYK 0 0.99 0.11 0.48
HSL 306.36º 0.99% 0.26% -
HSV(B) 306.36º 0.99% 0.52% -
XYZ 13.01 6.34 17.99 -
YUV 53.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 133 1 119 0 0.99 0.11 0.48 306.36 0.99 0.26
Hex 85 1 77 0 63 B 30 132 63 1A
Octal 205 1 167 0 143 13 60 462 143 32
Binary 10000101 1 1110111 0 1100011 1011 110000 100110010 1100011 11010

Color Harmonies of #850177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850177

Black with #850177

Text Example


Text Example

White with #850177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850177; }

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

 H1.HeaderClassName
 {
   color: #850177;
 }
 .AnyTagClassName
 {
   color: #850177;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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