Html Css Color HEX #850377 Purple

📋 copy color: '#850377'

red 133 ◦ green 3 ◦ blue 119

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

Shades of Purple #850377

Tints of Purple #850377

RGB

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

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

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

R = 52.16%
G = 1.18%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850377 (or 0x850377) is known color: Purple. HEX triplet: 85, 03 and 77. RGB value is (133,3,119). Sum of RGB (Red+Green+Blue) = 133+3+119=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850377 is #7AFC88. Grayscale: #363636. Windows color (decimal): -8060041 or 7799685. OLE color: 7799685.

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

Color convert

RGB 133 3 119 -
CMYK 0 0.98 0.11 0.48
HSL 306.46º 0.96% 0.27% -
HSV(B) 306.46º 0.98% 0.52% -
XYZ 13.04 6.38 18 -
YUV 55.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 133 3 119 0 0.98 0.11 0.48 306.46 0.96 0.27
Hex 85 3 77 0 62 B 30 132 60 1B
Octal 205 3 167 0 142 13 60 462 140 33
Binary 10000101 11 1110111 0 1100010 1011 110000 100110010 1100000 11011

Color Harmonies of #850377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850377

Black with #850377

Text Example


Text Example

White with #850377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850377; }

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

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

background-color css

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

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

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

border-color css

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

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

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