Html Css Color HEX #770766 Purple

📋 copy color: '#770766'

red 119 ◦ green 7 ◦ blue 102

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

Shades of Purple #770766

Tints of Purple #770766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 52.19%
G = 3.07%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#770766 (or 0x770766) is known color: Purple. HEX triplet: 77, 07 and 66. RGB value is (119,7,102). Sum of RGB (Red+Green+Blue) = 119+7+102=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #770766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770766 is #88F899. Grayscale: #333333. Windows color (decimal): -8976538 or 6686583. OLE color: 6686583.

HSL color Cylindrical-coordinate representation of color #770766: hue angle of 309.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770766 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 102 -
CMYK 0 0.94 0.14 0.53
HSL 309.11º 0.89% 0.25% -
HSV(B) 309.11º 0.94% 0.47% -
XYZ 10.08 5.03 13.01 -
YUV 51.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 119 7 102 0 0.94 0.14 0.53 309.11 0.89 0.25
Hex 77 7 66 0 5E E 35 135 59 19
Octal 167 7 146 0 136 16 65 465 131 31
Binary 1110111 111 1100110 0 1011110 1110 110101 100110101 1011001 11001

Color Harmonies of #770766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770766

Black with #770766

Text Example


Text Example

White with #770766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770766; }

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

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

background-color css

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

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

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

border-color css

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

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

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