Html Css Color HEX #850077 Purple

📋 copy color: '#850077'

red 133 ◦ green 0 ◦ blue 119

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

Shades of Purple #850077

Tints of Purple #850077

RGB

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

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

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

R = 52.78%
G = 0%
B = 47.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850077 (or 0x850077) is known color: Purple. HEX triplet: 85, 00 and 77. RGB value is (133,0,119). Sum of RGB (Red+Green+Blue) = 133+0+119=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850077 is #7AFF88. Grayscale: #343434. Windows color (decimal): -8060809 or 7798917. OLE color: 7798917.

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

Color convert

RGB 133 0 119 -
CMYK 0 1 0.11 0.48
HSL 306.32º 1% 0.26% -
HSV(B) 306.32º 1% 0.52% -
XYZ 13 6.32 17.99 -
YUV 53.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 133 0 119 0 1 0.11 0.48 306.32 1 0.26
Hex 85 0 77 0 64 B 30 132 64 1A
Octal 205 0 167 0 144 13 60 462 144 32
Binary 10000101 0 1110111 0 1100100 1011 110000 100110010 1100100 11010

Color Harmonies of #850077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850077

Black with #850077

Text Example


Text Example

White with #850077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850077; }

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

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

background-color css

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

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

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

border-color css

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

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

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