Html Css Color HEX #77056D Purple

📋 copy color: '#77056D'

red 119 ◦ green 5 ◦ blue 109

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

Shades of Purple #77056D

Tints of Purple #77056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 51.07%
G = 2.15%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77056D (or 0x77056D) is known color: Purple. HEX triplet: 77, 05 and 6D. RGB value is (119,5,109). Sum of RGB (Red+Green+Blue) = 119+5+109=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77056D is #88FA92. Grayscale: #323232. Windows color (decimal): -8977043 or 7144823. OLE color: 7144823.

HSL color Cylindrical-coordinate representation of color #77056D: hue angle of 305.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77056D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 109 -
CMYK 0 0.96 0.08 0.53
HSL 305.26º 0.92% 0.24% -
HSV(B) 305.26º 0.96% 0.47% -
XYZ 10.42 5.13 14.91 -
YUV 50.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 119 5 109 0 0.96 0.08 0.53 305.26 0.92 0.24
Hex 77 5 6D 0 60 8 35 131 5C 18
Octal 167 5 155 0 140 10 65 461 134 30
Binary 1110111 101 1101101 0 1100000 1000 110101 100110001 1011100 11000

Color Harmonies of #77056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77056D

Black with #77056D

Text Example


Text Example

White with #77056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77056D; }

 p { color: rgb(119,5,109); }

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

background-color css

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

 a { background-color: rgb(119,5,109); }

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

border-color css

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

 span { border-color: rgb(119,5,109); }

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