Html Css Color HEX #770D78 Purple

📋 copy color: '#770D78'

red 119 ◦ green 13 ◦ blue 120

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

Shades of Purple #770D78

Tints of Purple #770D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 47.22%
G = 5.16%
B = 47.62%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770D78 (or 0x770D78) is known color: Purple. HEX triplet: 77, 0D and 78. RGB value is (119,13,120). Sum of RGB (Red+Green+Blue) = 119+13+120=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #770D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D78 is #88F287. Grayscale: #383838. Windows color (decimal): -8974984 or 7867767. OLE color: 7867767.

HSL color Cylindrical-coordinate representation of color #770D78: hue angle of 299.44º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D78 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 120 -
CMYK 0.01 0.89 0 0.53
HSL 299.44º 0.8% 0.26% -
HSV(B) 299.44º 0.89% 0.47% -
XYZ 11.14 5.57 18.26 -
YUV 56.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 119 13 120 0.01 0.89 0 0.53 299.44 0.8 0.26
Hex 77 D 78 1 59 0 35 12B 50 1A
Octal 167 15 170 1 131 0 65 453 120 32
Binary 1110111 1101 1111000 1 1011001 0 110101 100101011 1010000 11010

Color Harmonies of #770D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D78

Black with #770D78

Text Example


Text Example

White with #770D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,120); }

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

background-color css

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

 a { background-color: rgb(119,13,120); }

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

border-color css

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

 span { border-color: rgb(119,13,120); }

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