Html Css Color HEX #770873 Purple

📋 copy color: '#770873'

red 119 ◦ green 8 ◦ blue 115

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

Shades of Purple #770873

Tints of Purple #770873

RGB

 RED value IS 119 (46.88% from 255) = 49.17%

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 49.17%
G = 3.31%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770873 (or 0x770873) is known color: Purple. HEX triplet: 77, 08 and 73. RGB value is (119,8,115). Sum of RGB (Red+Green+Blue) = 119+8+115=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770873 is #88F78C. Grayscale: #353535. Windows color (decimal): -8976269 or 7538807. OLE color: 7538807.

HSL color Cylindrical-coordinate representation of color #770873: hue angle of 302.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770873 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 115 -
CMYK 0 0.93 0.03 0.53
HSL 302.16º 0.87% 0.25% -
HSV(B) 302.16º 0.93% 0.47% -
XYZ 10.79 5.33 16.68 -
YUV 53.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 119 8 115 0 0.93 0.03 0.53 302.16 0.87 0.25
Hex 77 8 73 0 5D 3 35 12E 57 19
Octal 167 10 163 0 135 3 65 456 127 31
Binary 1110111 1000 1110011 0 1011101 11 110101 100101110 1010111 11001

Color Harmonies of #770873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770873

Black with #770873

Text Example


Text Example

White with #770873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770873; }

 p { color: rgb(119,8,115); }

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

background-color css

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

 a { background-color: rgb(119,8,115); }

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

border-color css

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

 span { border-color: rgb(119,8,115); }

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