Html Css Color HEX #850577 Purple

📋 copy color: '#850577'

red 133 ◦ green 5 ◦ blue 119

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

Shades of Purple #850577

Tints of Purple #850577

RGB

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

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

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

R = 51.75%
G = 1.95%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850577 (or 0x850577) is known color: Purple. HEX triplet: 85, 05 and 77. RGB value is (133,5,119). Sum of RGB (Red+Green+Blue) = 133+5+119=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #850577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850577 is #7AFA88. Grayscale: #373737. Windows color (decimal): -8059529 or 7800197. OLE color: 7800197.

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

Color convert

RGB 133 5 119 -
CMYK 0 0.96 0.11 0.48
HSL 306.56º 0.93% 0.27% -
HSV(B) 306.56º 0.96% 0.52% -
XYZ 13.06 6.43 18.01 -
YUV 56.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 133 5 119 0 0.96 0.11 0.48 306.56 0.93 0.27
Hex 85 5 77 0 60 B 30 133 5D 1B
Octal 205 5 167 0 140 13 60 463 135 33
Binary 10000101 101 1110111 0 1100000 1011 110000 100110011 1011101 11011

Color Harmonies of #850577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850577

Black with #850577

Text Example


Text Example

White with #850577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850577; }

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

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

background-color css

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

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

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

border-color css

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

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

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