Html Css Color HEX #770972 Purple

📋 copy color: '#770972'

red 119 ◦ green 9 ◦ blue 114

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

Shades of Purple #770972

Tints of Purple #770972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 49.17%
G = 3.72%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#770972 (or 0x770972) is known color: Purple. HEX triplet: 77, 09 and 72. RGB value is (119,9,114). Sum of RGB (Red+Green+Blue) = 119+9+114=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770972 is #88F68D. Grayscale: #353535. Windows color (decimal): -8976014 or 7473527. OLE color: 7473527.

HSL color Cylindrical-coordinate representation of color #770972: hue angle of 302.73º 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 #770972 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 114 -
CMYK 0 0.92 0.04 0.53
HSL 302.73º 0.86% 0.25% -
HSV(B) 302.73º 0.92% 0.47% -
XYZ 10.74 5.33 16.38 -
YUV 53.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 119 9 114 0 0.92 0.04 0.53 302.73 0.86 0.25
Hex 77 9 72 0 5C 4 35 12F 56 19
Octal 167 11 162 0 134 4 65 457 126 31
Binary 1110111 1001 1110010 0 1011100 100 110101 100101111 1010110 11001

Color Harmonies of #770972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770972

Black with #770972

Text Example


Text Example

White with #770972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770972; }

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

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

background-color css

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

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

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

border-color css

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

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

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