Html Css Color HEX #850778 Purple

📋 copy color: '#850778'

red 133 ◦ green 7 ◦ blue 120

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

Shades of Purple #850778

Tints of Purple #850778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 51.15%
G = 2.69%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#850778 (or 0x850778) is known color: Purple. HEX triplet: 85, 07 and 78. RGB value is (133,7,120). Sum of RGB (Red+Green+Blue) = 133+7+120=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #850778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850778 is #7AF887. Grayscale: #393939. Windows color (decimal): -8059016 or 7866245. OLE color: 7866245.

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

Color convert

RGB 133 7 120 -
CMYK 0 0.95 0.10 0.48
HSL 306.19º 0.9% 0.27% -
HSV(B) 306.19º 0.95% 0.52% -
XYZ 13.14 6.49 18.33 -
YUV 57.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 133 7 120 0 0.95 0.10 0.48 306.19 0.9 0.27
Hex 85 7 78 0 5F A 30 132 5A 1B
Octal 205 7 170 0 137 12 60 462 132 33
Binary 10000101 111 1111000 0 1011111 1010 110000 100110010 1011010 11011

Color Harmonies of #850778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850778

Black with #850778

Text Example


Text Example

White with #850778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850778; }

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

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

background-color css

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

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

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

border-color css

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

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

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