Html Css Color HEX #77016C Purple

📋 copy color: '#77016C'

red 119 ◦ green 1 ◦ blue 108

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

Shades of Purple #77016C

Tints of Purple #77016C

RGB

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

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

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

R = 52.19%
G = 0.44%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77016C (or 0x77016C) is known color: Purple. HEX triplet: 77, 01 and 6C. RGB value is (119,1,108). Sum of RGB (Red+Green+Blue) = 119+1+108=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016C is #88FE93. Grayscale: #303030. Windows color (decimal): -8978068 or 7078263. OLE color: 7078263.

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

Color convert

RGB 119 1 108 -
CMYK 0 0.99 0.09 0.53
HSL 305.59º 0.98% 0.24% -
HSV(B) 305.59º 0.99% 0.47% -
XYZ 10.33 5.03 14.61 -
YUV 48.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 119 1 108 0 0.99 0.09 0.53 305.59 0.98 0.24
Hex 77 1 6C 0 63 9 35 132 62 18
Octal 167 1 154 0 143 11 65 462 142 30
Binary 1110111 1 1101100 0 1100011 1001 110101 100110010 1100010 11000

Color Harmonies of #77016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77016C

Black with #77016C

Text Example


Text Example

White with #77016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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