Html Css Color HEX #850171 Purple

📋 copy color: '#850171'

red 133 ◦ green 1 ◦ blue 113

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

Shades of Purple #850171

Tints of Purple #850171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 53.85%
G = 0.4%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#850171 (or 0x850171) is known color: Purple. HEX triplet: 85, 01 and 71. RGB value is (133,1,113). Sum of RGB (Red+Green+Blue) = 133+1+113=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #850171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850171 is #7AFE8E. Grayscale: #343434. Windows color (decimal): -8060559 or 7405957. OLE color: 7405957.

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

Color convert

RGB 133 1 113 -
CMYK 0 0.99 0.15 0.48
HSL 309.09º 0.99% 0.26% -
HSV(B) 309.09º 0.99% 0.52% -
XYZ 12.66 6.2 16.15 -
YUV 53.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 133 1 113 0 0.99 0.15 0.48 309.09 0.99 0.26
Hex 85 1 71 0 63 F 30 135 63 1A
Octal 205 1 161 0 143 17 60 465 143 32
Binary 10000101 1 1110001 0 1100011 1111 110000 100110101 1100011 11010

Color Harmonies of #850171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850171

Black with #850171

Text Example


Text Example

White with #850171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850171; }

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

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

background-color css

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

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

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

border-color css

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

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

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