Html Css Color HEX #850071 Purple

📋 copy color: '#850071'

red 133 ◦ green 0 ◦ blue 113

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

Shades of Purple #850071

Tints of Purple #850071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.07%
G = 0%
B = 45.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#850071 (or 0x850071) is known color: Purple. HEX triplet: 85, 00 and 71. RGB value is (133,0,113). Sum of RGB (Red+Green+Blue) = 133+0+113=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #850071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850071 is #7AFF8E. Grayscale: #343434. Windows color (decimal): -8060815 or 7405701. OLE color: 7405701.

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

Color convert

RGB 133 0 113 -
CMYK 0 1 0.15 0.48
HSL 309.02º 1% 0.26% -
HSV(B) 309.02º 1% 0.52% -
XYZ 12.65 6.18 16.15 -
YUV 52.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 133 0 113 0 1 0.15 0.48 309.02 1 0.26
Hex 85 0 71 0 64 F 30 135 64 1A
Octal 205 0 161 0 144 17 60 465 144 32
Binary 10000101 0 1110001 0 1100100 1111 110000 100110101 1100100 11010

Color Harmonies of #850071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850071

Black with #850071

Text Example


Text Example

White with #850071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850071; }

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

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

background-color css

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

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

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

border-color css

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

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

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