Html Css Color HEX #77016A Purple

📋 copy color: '#77016A'

red 119 ◦ green 1 ◦ blue 106

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

Shades of Purple #77016A

Tints of Purple #77016A

RGB

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

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

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

R = 52.65%
G = 0.44%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77016A (or 0x77016A) is known color: Purple. HEX triplet: 77, 01 and 6A. RGB value is (119,1,106). Sum of RGB (Red+Green+Blue) = 119+1+106=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016A is #88FE95. Grayscale: #2F2F2F. Windows color (decimal): -8978070 or 6947191. OLE color: 6947191.

HSL color Cylindrical-coordinate representation of color #77016A: hue angle of 306.61º 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 #77016A is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 106 -
CMYK 0 0.99 0.11 0.53
HSL 306.61º 0.98% 0.24% -
HSV(B) 306.61º 0.99% 0.47% -
XYZ 10.22 4.98 14.06 -
YUV 48.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 119 1 106 0 0.99 0.11 0.53 306.61 0.98 0.24
Hex 77 1 6A 0 63 B 35 133 62 18
Octal 167 1 152 0 143 13 65 463 142 30
Binary 1110111 1 1101010 0 1100011 1011 110101 100110011 1100010 11000

Color Harmonies of #77016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77016A

Black with #77016A

Text Example


Text Example

White with #77016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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