Html Css Color HEX #770064 Purple

📋 copy color: '#770064'

red 119 ◦ green 0 ◦ blue 100

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

Shades of Purple #770064

Tints of Purple #770064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 54.34%
G = 0%
B = 45.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#770064 (or 0x770064) is known color: Purple. HEX triplet: 77, 00 and 64. RGB value is (119,0,100). Sum of RGB (Red+Green+Blue) = 119+0+100=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770064 is #88FF9B. Grayscale: #2E2E2E. Windows color (decimal): -8978332 or 6553719. OLE color: 6553719.

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

Color convert

RGB 119 0 100 -
CMYK 0 1 0.16 0.53
HSL 309.58º 1% 0.23% -
HSV(B) 309.58º 1% 0.47% -
XYZ 9.91 4.84 12.47 -
YUV 46.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 119 0 100 0 1 0.16 0.53 309.58 1 0.23
Hex 77 0 64 0 64 10 35 136 64 17
Octal 167 0 144 0 144 20 65 466 144 27
Binary 1110111 0 1100100 0 1100100 10000 110101 100110110 1100100 10111

Color Harmonies of #770064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770064

Black with #770064

Text Example


Text Example

White with #770064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770064; }

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

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

background-color css

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

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

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

border-color css

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

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

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