Html Css Color HEX #850779 Purple

📋 copy color: '#850779'

red 133 ◦ green 7 ◦ blue 121

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

Shades of Purple #850779

Tints of Purple #850779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 50.96%
G = 2.68%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#850779 (or 0x850779) is known color: Purple. HEX triplet: 85, 07 and 79. RGB value is (133,7,121). Sum of RGB (Red+Green+Blue) = 133+7+121=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #850779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850779 is #7AF886. Grayscale: #393939. Windows color (decimal): -8059015 or 7931781. OLE color: 7931781.

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

Color convert

RGB 133 7 121 -
CMYK 0 0.95 0.09 0.48
HSL 305.71º 0.9% 0.27% -
HSV(B) 305.71º 0.95% 0.52% -
XYZ 13.2 6.52 18.65 -
YUV 57.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 133 7 121 0 0.95 0.09 0.48 305.71 0.9 0.27
Hex 85 7 79 0 5F 9 30 132 5A 1B
Octal 205 7 171 0 137 11 60 462 132 33
Binary 10000101 111 1111001 0 1011111 1001 110000 100110010 1011010 11011

Color Harmonies of #850779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850779

Black with #850779

Text Example


Text Example

White with #850779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850779; }

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

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

background-color css

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

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

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

border-color css

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

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

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