Html Css Color HEX #77058D Purple

📋 copy color: '#77058D'

red 119 ◦ green 5 ◦ blue 141

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

Shades of Purple #77058D

Tints of Purple #77058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 44.91%
G = 1.89%
B = 53.21%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77058D (or 0x77058D) is known color: Purple. HEX triplet: 77, 05 and 8D. RGB value is (119,5,141). Sum of RGB (Red+Green+Blue) = 119+5+141=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #77058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77058D is #88FA72. Grayscale: #363636. Windows color (decimal): -8977011 or 9241975. OLE color: 9241975.

HSL color Cylindrical-coordinate representation of color #77058D: hue angle of 290.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77058D is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 5 141 -
CMYK 0.16 0.96 0 0.45
HSL 290.29º 0.93% 0.29% -
HSV(B) 290.29º 0.96% 0.55% -
XYZ 12.47 5.95 25.69 -
YUV 54.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 119 5 141 0.16 0.96 0 0.45 290.29 0.93 0.29
Hex 77 5 8D 10 60 0 2D 122 5D 1D
Octal 167 5 215 20 140 0 55 442 135 35
Binary 1110111 101 10001101 10000 1100000 0 101101 100100010 1011101 11101

Color Harmonies of #77058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77058D

Black with #77058D

Text Example


Text Example

White with #77058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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