Html Css Color HEX #770973 Purple

📋 copy color: '#770973'

red 119 ◦ green 9 ◦ blue 115

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

Shades of Purple #770973

Tints of Purple #770973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 48.97%
G = 3.7%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770973 (or 0x770973) is known color: Purple. HEX triplet: 77, 09 and 73. RGB value is (119,9,115). Sum of RGB (Red+Green+Blue) = 119+9+115=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #770973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770973 is #88F68C. Grayscale: #353535. Windows color (decimal): -8976013 or 7539063. OLE color: 7539063.

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

Color convert

RGB 119 9 115 -
CMYK 0 0.92 0.03 0.53
HSL 302.18º 0.86% 0.25% -
HSV(B) 302.18º 0.92% 0.47% -
XYZ 10.8 5.36 16.68 -
YUV 53.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 119 9 115 0 0.92 0.03 0.53 302.18 0.86 0.25
Hex 77 9 73 0 5C 3 35 12E 56 19
Octal 167 11 163 0 134 3 65 456 126 31
Binary 1110111 1001 1110011 0 1011100 11 110101 100101110 1010110 11001

Color Harmonies of #770973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770973

Black with #770973

Text Example


Text Example

White with #770973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770973; }

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

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

background-color css

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

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

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

border-color css

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

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

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