Html Css Color HEX #77046C Purple

📋 copy color: '#77046C'

red 119 ◦ green 4 ◦ blue 108

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

Shades of Purple #77046C

Tints of Purple #77046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.75%

R = 51.52%
G = 1.73%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77046C (or 0x77046C) is known color: Purple. HEX triplet: 77, 04 and 6C. RGB value is (119,4,108). Sum of RGB (Red+Green+Blue) = 119+4+108=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77046C is #88FB93. Grayscale: #313131. Windows color (decimal): -8977300 or 7079031. OLE color: 7079031.

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

Color convert

RGB 119 4 108 -
CMYK 0 0.97 0.09 0.53
HSL 305.74º 0.93% 0.24% -
HSV(B) 305.74º 0.97% 0.47% -
XYZ 10.36 5.09 14.62 -
YUV 50.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 119 4 108 0 0.97 0.09 0.53 305.74 0.93 0.24
Hex 77 4 6C 0 61 9 35 132 5D 18
Octal 167 4 154 0 141 11 65 462 135 30
Binary 1110111 100 1101100 0 1100001 1001 110101 100110010 1011101 11000

Color Harmonies of #77046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77046C

Black with #77046C

Text Example


Text Example

White with #77046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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