Html Css Color HEX #850571 Purple

📋 copy color: '#850571'

red 133 ◦ green 5 ◦ blue 113

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

Shades of Purple #850571

Tints of Purple #850571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 52.99%
G = 1.99%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#850571 (or 0x850571) is known color: Purple. HEX triplet: 85, 05 and 71. RGB value is (133,5,113). Sum of RGB (Red+Green+Blue) = 133+5+113=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #850571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850571 is #7AFA8E. Grayscale: #373737. Windows color (decimal): -8059535 or 7406981. OLE color: 7406981.

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

Color convert

RGB 133 5 113 -
CMYK 0 0.96 0.15 0.48
HSL 309.38º 0.93% 0.27% -
HSV(B) 309.38º 0.96% 0.52% -
XYZ 12.71 6.29 16.17 -
YUV 55.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 133 5 113 0 0.96 0.15 0.48 309.38 0.93 0.27
Hex 85 5 71 0 60 F 30 135 5D 1B
Octal 205 5 161 0 140 17 60 465 135 33
Binary 10000101 101 1110001 0 1100000 1111 110000 100110101 1011101 11011

Color Harmonies of #850571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850571

Black with #850571

Text Example


Text Example

White with #850571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850571; }

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

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

background-color css

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

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

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

border-color css

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

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

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