Html Css Color HEX #77046D Purple

📋 copy color: '#77046D'

red 119 ◦ green 4 ◦ blue 109

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

Shades of Purple #77046D

Tints of Purple #77046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 51.29%
G = 1.72%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77046D (or 0x77046D) is known color: Purple. HEX triplet: 77, 04 and 6D. RGB value is (119,4,109). Sum of RGB (Red+Green+Blue) = 119+4+109=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77046D is #88FB92. Grayscale: #323232. Windows color (decimal): -8977299 or 7144567. OLE color: 7144567.

HSL color Cylindrical-coordinate representation of color #77046D: hue angle of 305.22º 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 #77046D is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 109 -
CMYK 0 0.97 0.08 0.53
HSL 305.22º 0.93% 0.24% -
HSV(B) 305.22º 0.97% 0.47% -
XYZ 10.41 5.11 14.91 -
YUV 50.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 119 4 109 0 0.97 0.08 0.53 305.22 0.93 0.24
Hex 77 4 6D 0 61 8 35 131 5D 18
Octal 167 4 155 0 141 10 65 461 135 30
Binary 1110111 100 1101101 0 1100001 1000 110101 100110001 1011101 11000

Color Harmonies of #77046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77046D

Black with #77046D

Text Example


Text Example

White with #77046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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