Html Css Color HEX #77006E Purple

📋 copy color: '#77006E'

red 119 ◦ green 0 ◦ blue 110

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

Shades of Purple #77006E

Tints of Purple #77006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 51.97%
G = 0%
B = 48.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77006E (or 0x77006E) is known color: Purple. HEX triplet: 77, 00 and 6E. RGB value is (119,0,110). Sum of RGB (Red+Green+Blue) = 119+0+110=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77006E is #88FF91. Grayscale: #2F2F2F. Windows color (decimal): -8978322 or 7209079. OLE color: 7209079.

HSL color Cylindrical-coordinate representation of color #77006E: hue angle of 304.54º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77006E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 110 -
CMYK 0 1 0.08 0.53
HSL 304.54º 1% 0.23% -
HSV(B) 304.54º 1% 0.47% -
XYZ 10.42 5.05 15.18 -
YUV 48.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 119 0 110 0 1 0.08 0.53 304.54 1 0.23
Hex 77 0 6E 0 64 8 35 131 64 17
Octal 167 0 156 0 144 10 65 461 144 27
Binary 1110111 0 1101110 0 1100100 1000 110101 100110001 1100100 10111

Color Harmonies of #77006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77006E

Black with #77006E

Text Example


Text Example

White with #77006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77006E; }

 p { color: rgb(119,0,110); }

 H1.HeaderClassName
 {
   color: #77006E;
 }
 .AnyTagClassName
 {
   color: #77006E;
 }
</style>

background-color css

<style>
 a { background-color: #77006E; }

 a { background-color: rgb(119,0,110); }

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

border-color css

<style>
 span { border-color: #77006E; }

 span { border-color: rgb(119,0,110); }

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