Html Css Color HEX #770E7D Purple

📋 copy color: '#770E7D'

red 119 ◦ green 14 ◦ blue 125

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

Shades of Purple #770E7D

Tints of Purple #770E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 46.12%
G = 5.43%
B = 48.45%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#770E7D (or 0x770E7D) is known color: Purple. HEX triplet: 77, 0E and 7D. RGB value is (119,14,125). Sum of RGB (Red+Green+Blue) = 119+14+125=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #770E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E7D is #88F182. Grayscale: #393939. Windows color (decimal): -8974723 or 8195703. OLE color: 8195703.

HSL color Cylindrical-coordinate representation of color #770E7D: hue angle of 296.76º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770E7D is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 14 125 -
CMYK 0.05 0.89 0 0.51
HSL 296.76º 0.8% 0.27% -
HSV(B) 296.76º 0.89% 0.49% -
XYZ 11.47 5.72 19.9 -
YUV 58.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 119 14 125 0.05 0.89 0 0.51 296.76 0.8 0.27
Hex 77 E 7D 5 59 0 33 129 50 1B
Octal 167 16 175 5 131 0 63 451 120 33
Binary 1110111 1110 1111101 101 1011001 0 110011 100101001 1010000 11011

Color Harmonies of #770E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E7D

Black with #770E7D

Text Example


Text Example

White with #770E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,125); }

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

background-color css

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

 a { background-color: rgb(119,14,125); }

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

border-color css

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

 span { border-color: rgb(119,14,125); }

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