Html Css Color HEX #77016D Purple

📋 copy color: '#77016D'

red 119 ◦ green 1 ◦ blue 109

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

Shades of Purple #77016D

Tints of Purple #77016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 51.97%
G = 0.44%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77016D (or 0x77016D) is known color: Purple. HEX triplet: 77, 01 and 6D. RGB value is (119,1,109). Sum of RGB (Red+Green+Blue) = 119+1+109=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016D is #88FE92. Grayscale: #303030. Windows color (decimal): -8978067 or 7143799. OLE color: 7143799.

HSL color Cylindrical-coordinate representation of color #77016D: hue angle of 305.08º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77016D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 109 -
CMYK 0 0.99 0.08 0.53
HSL 305.08º 0.98% 0.24% -
HSV(B) 305.08º 0.99% 0.47% -
XYZ 10.38 5.05 14.9 -
YUV 48.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 119 1 109 0 0.99 0.08 0.53 305.08 0.98 0.24
Hex 77 1 6D 0 63 8 35 131 62 18
Octal 167 1 155 0 143 10 65 461 142 30
Binary 1110111 1 1101101 0 1100011 1000 110101 100110001 1100010 11000

Color Harmonies of #77016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77016D

Black with #77016D

Text Example


Text Example

White with #77016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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