Html Css Color HEX #770066 Purple

📋 copy color: '#770066'

red 119 ◦ green 0 ◦ blue 102

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

Shades of Purple #770066

Tints of Purple #770066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 53.85%
G = 0%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#770066 (or 0x770066) is known color: Purple. HEX triplet: 77, 00 and 66. RGB value is (119,0,102). Sum of RGB (Red+Green+Blue) = 119+0+102=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770066 is #88FF99. Grayscale: #2E2E2E. Windows color (decimal): -8978330 or 6684791. OLE color: 6684791.

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

Color convert

RGB 119 0 102 -
CMYK 0 1 0.14 0.53
HSL 308.57º 1% 0.23% -
HSV(B) 308.57º 1% 0.47% -
XYZ 10.01 4.88 12.99 -
YUV 47.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 119 0 102 0 1 0.14 0.53 308.57 1 0.23
Hex 77 0 66 0 64 E 35 135 64 17
Octal 167 0 146 0 144 16 65 465 144 27
Binary 1110111 0 1100110 0 1100100 1110 110101 100110101 1100100 10111

Color Harmonies of #770066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770066

Black with #770066

Text Example


Text Example

White with #770066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770066; }

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

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

background-color css

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

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

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

border-color css

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

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

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