Html Css Color HEX #77056F Purple

📋 copy color: '#77056F'

red 119 ◦ green 5 ◦ blue 111

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

Shades of Purple #77056F

Tints of Purple #77056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 50.64%
G = 2.13%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77056F (or 0x77056F) is known color: Purple. HEX triplet: 77, 05 and 6F. RGB value is (119,5,111). Sum of RGB (Red+Green+Blue) = 119+5+111=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77056F is #88FA90. Grayscale: #323232. Windows color (decimal): -8977041 or 7275895. OLE color: 7275895.

HSL color Cylindrical-coordinate representation of color #77056F: hue angle of 304.21º 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 #77056F is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 111 -
CMYK 0 0.96 0.07 0.53
HSL 304.21º 0.92% 0.24% -
HSV(B) 304.21º 0.96% 0.47% -
XYZ 10.53 5.18 15.48 -
YUV 51.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 119 5 111 0 0.96 0.07 0.53 304.21 0.92 0.24
Hex 77 5 6F 0 60 7 35 130 5C 18
Octal 167 5 157 0 140 7 65 460 134 30
Binary 1110111 101 1101111 0 1100000 111 110101 100110000 1011100 11000

Color Harmonies of #77056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77056F

Black with #77056F

Text Example


Text Example

White with #77056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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