Html Css Color HEX #850079 Purple

📋 copy color: '#850079'

red 133 ◦ green 0 ◦ blue 121

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

Shades of Purple #850079

Tints of Purple #850079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 52.36%
G = 0%
B = 47.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#850079 (or 0x850079) is known color: Purple. HEX triplet: 85, 00 and 79. RGB value is (133,0,121). Sum of RGB (Red+Green+Blue) = 133+0+121=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #850079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850079 is #7AFF86. Grayscale: #353535. Windows color (decimal): -8060807 or 7929989. OLE color: 7929989.

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

Color convert

RGB 133 0 121 -
CMYK 0 1 0.09 0.48
HSL 305.41º 1% 0.26% -
HSV(B) 305.41º 1% 0.52% -
XYZ 13.12 6.37 18.63 -
YUV 53.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 133 0 121 0 1 0.09 0.48 305.41 1 0.26
Hex 85 0 79 0 64 9 30 131 64 1A
Octal 205 0 171 0 144 11 60 461 144 32
Binary 10000101 0 1111001 0 1100100 1001 110000 100110001 1100100 11010

Color Harmonies of #850079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850079

Black with #850079

Text Example


Text Example

White with #850079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850079; }

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

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

background-color css

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

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

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

border-color css

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

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

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