Html Css Color HEX #770F81 Purple

📋 copy color: '#770F81'

red 119 ◦ green 15 ◦ blue 129

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

Shades of Purple #770F81

Tints of Purple #770F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 129 (50.78% from 255) = 49.05%

R = 45.25%
G = 5.7%
B = 49.05%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770F81 (or 0x770F81) is known color: Purple. HEX triplet: 77, 0F and 81. RGB value is (119,15,129). Sum of RGB (Red+Green+Blue) = 119+15+129=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #770F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770F81 is #88F07E. Grayscale: #3A3A3A. Windows color (decimal): -8974463 or 8458103. OLE color: 8458103.

HSL color Cylindrical-coordinate representation of color #770F81: hue angle of 294.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770F81 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 15 129 -
CMYK 0.08 0.88 0 0.49
HSL 294.74º 0.79% 0.28% -
HSV(B) 294.74º 0.88% 0.51% -
XYZ 11.74 5.85 21.28 -
YUV 59.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 119 15 129 0.08 0.88 0 0.49 294.74 0.79 0.28
Hex 77 F 81 8 58 0 31 127 4F 1C
Octal 167 17 201 10 130 0 61 447 117 34
Binary 1110111 1111 10000001 1000 1011000 0 110001 100100111 1001111 11100

Color Harmonies of #770F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F81

Black with #770F81

Text Example


Text Example

White with #770F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770F81; }

 p { color: rgb(119,15,129); }

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

background-color css

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

 a { background-color: rgb(119,15,129); }

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

border-color css

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

 span { border-color: rgb(119,15,129); }

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