Html Css Color HEX #77006C Purple

📋 copy color: '#77006C'

red 119 ◦ green 0 ◦ blue 108

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

Shades of Purple #77006C

Tints of Purple #77006C

RGB

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

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

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

R = 52.42%
G = 0%
B = 47.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77006C (or 0x77006C) is known color: Purple. HEX triplet: 77, 00 and 6C. RGB value is (119,0,108). Sum of RGB (Red+Green+Blue) = 119+0+108=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77006C is #88FF93. Grayscale: #2F2F2F. Windows color (decimal): -8978324 or 7078007. OLE color: 7078007.

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

Color convert

RGB 119 0 108 -
CMYK 0 1 0.09 0.53
HSL 305.55º 1% 0.23% -
HSV(B) 305.55º 1% 0.47% -
XYZ 10.31 5 14.61 -
YUV 47.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 119 0 108 0 1 0.09 0.53 305.55 1 0.23
Hex 77 0 6C 0 64 9 35 132 64 17
Octal 167 0 154 0 144 11 65 462 144 27
Binary 1110111 0 1101100 0 1100100 1001 110101 100110010 1100100 10111

Color Harmonies of #77006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77006C

Black with #77006C

Text Example


Text Example

White with #77006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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