Html Css Color HEX #77058F Purple

📋 copy color: '#77058F'

red 119 ◦ green 5 ◦ blue 143

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

Shades of Purple #77058F

Tints of Purple #77058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 44.57%
G = 1.87%
B = 53.56%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77058F (or 0x77058F) is known color: Purple. HEX triplet: 77, 05 and 8F. RGB value is (119,5,143). Sum of RGB (Red+Green+Blue) = 119+5+143=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #77058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77058F is #88FA70. Grayscale: #363636. Windows color (decimal): -8977009 or 9373047. OLE color: 9373047.

HSL color Cylindrical-coordinate representation of color #77058F: hue angle of 289.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77058F is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 5 143 -
CMYK 0.17 0.97 0 0.44
HSL 289.57º 0.93% 0.29% -
HSV(B) 289.57º 0.97% 0.56% -
XYZ 12.62 6.01 26.48 -
YUV 54.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 119 5 143 0.17 0.97 0 0.44 289.57 0.93 0.29
Hex 77 5 8F 11 61 0 2C 122 5D 1D
Octal 167 5 217 21 141 0 54 442 135 35
Binary 1110111 101 10001111 10001 1100001 0 101100 100100010 1011101 11101

Color Harmonies of #77058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77058F

Black with #77058F

Text Example


Text Example

White with #77058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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