Html Css Color HEX #77048D Purple

📋 copy color: '#77048D'

red 119 ◦ green 4 ◦ blue 141

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

Shades of Purple #77048D

Tints of Purple #77048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 45.08%
G = 1.52%
B = 53.41%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77048D (or 0x77048D) is known color: Purple. HEX triplet: 77, 04 and 8D. RGB value is (119,4,141). Sum of RGB (Red+Green+Blue) = 119+4+141=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #77048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77048D is #88FB72. Grayscale: #353535. Windows color (decimal): -8977267 or 9241719. OLE color: 9241719.

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

Color convert

RGB 119 4 141 -
CMYK 0.16 0.97 0 0.45
HSL 290.37º 0.94% 0.28% -
HSV(B) 290.37º 0.97% 0.55% -
XYZ 12.46 5.93 25.69 -
YUV 54 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 119 4 141 0.16 0.97 0 0.45 290.37 0.94 0.28
Hex 77 4 8D 10 61 0 2D 122 5E 1C
Octal 167 4 215 20 141 0 55 442 136 34
Binary 1110111 100 10001101 10000 1100001 0 101101 100100010 1011110 11100

Color Harmonies of #77048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77048D

Black with #77048D

Text Example


Text Example

White with #77048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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