Html Css Color HEX #77047D Purple

📋 copy color: '#77047D'

red 119 ◦ green 4 ◦ blue 125

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

Shades of Purple #77047D

Tints of Purple #77047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 47.98%
G = 1.61%
B = 50.4%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77047D (or 0x77047D) is known color: Purple. HEX triplet: 77, 04 and 7D. RGB value is (119,4,125). Sum of RGB (Red+Green+Blue) = 119+4+125=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #77047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77047D is #88FB82. Grayscale: #333333. Windows color (decimal): -8977283 or 8193143. OLE color: 8193143.

HSL color Cylindrical-coordinate representation of color #77047D: hue angle of 297.02º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77047D is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 4 125 -
CMYK 0.05 0.97 0 0.51
HSL 297.02º 0.94% 0.25% -
HSV(B) 297.02º 0.97% 0.49% -
XYZ 11.35 5.49 19.86 -
YUV 52.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 119 4 125 0.05 0.97 0 0.51 297.02 0.94 0.25
Hex 77 4 7D 5 61 0 33 129 5E 19
Octal 167 4 175 5 141 0 63 451 136 31
Binary 1110111 100 1111101 101 1100001 0 110011 100101001 1011110 11001

Color Harmonies of #77047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77047D

Black with #77047D

Text Example


Text Example

White with #77047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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