Html Css Color HEX #850371 Purple

📋 copy color: '#850371'

red 133 ◦ green 3 ◦ blue 113

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

Shades of Purple #850371

Tints of Purple #850371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 53.41%
G = 1.2%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#850371 (or 0x850371) is known color: Purple. HEX triplet: 85, 03 and 71. RGB value is (133,3,113). Sum of RGB (Red+Green+Blue) = 133+3+113=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #850371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850371 is #7AFC8E. Grayscale: #363636. Windows color (decimal): -8060047 or 7406469. OLE color: 7406469.

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

Color convert

RGB 133 3 113 -
CMYK 0 0.98 0.15 0.48
HSL 309.23º 0.96% 0.27% -
HSV(B) 309.23º 0.98% 0.52% -
XYZ 12.69 6.24 16.16 -
YUV 54.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 133 3 113 0 0.98 0.15 0.48 309.23 0.96 0.27
Hex 85 3 71 0 62 F 30 135 60 1B
Octal 205 3 161 0 142 17 60 465 140 33
Binary 10000101 11 1110001 0 1100010 1111 110000 100110101 1100000 11011

Color Harmonies of #850371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850371

Black with #850371

Text Example


Text Example

White with #850371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850371; }

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

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

background-color css

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

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

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

border-color css

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

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

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