Html Css Color HEX #77046A Purple

📋 copy color: '#77046A'

red 119 ◦ green 4 ◦ blue 106

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

Shades of Purple #77046A

Tints of Purple #77046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 51.97%
G = 1.75%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77046A (or 0x77046A) is known color: Purple. HEX triplet: 77, 04 and 6A. RGB value is (119,4,106). Sum of RGB (Red+Green+Blue) = 119+4+106=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77046A is #88FB95. Grayscale: #313131. Windows color (decimal): -8977302 or 6947959. OLE color: 6947959.

HSL color Cylindrical-coordinate representation of color #77046A: hue angle of 306.78º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77046A is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 106 -
CMYK 0 0.97 0.11 0.53
HSL 306.78º 0.93% 0.24% -
HSV(B) 306.78º 0.97% 0.47% -
XYZ 10.25 5.05 14.07 -
YUV 50.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 119 4 106 0 0.97 0.11 0.53 306.78 0.93 0.24
Hex 77 4 6A 0 61 B 35 133 5D 18
Octal 167 4 152 0 141 13 65 463 135 30
Binary 1110111 100 1101010 0 1100001 1011 110101 100110011 1011101 11000

Color Harmonies of #77046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77046A

Black with #77046A

Text Example


Text Example

White with #77046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77046A; }

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

 H1.HeaderClassName
 {
   color: #77046A;
 }
 .AnyTagClassName
 {
   color: #77046A;
 }
</style>

background-color css

<style>
 a { background-color: #77046A; }

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

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

border-color css

<style>
 span { border-color: #77046A; }

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

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