Html Css Color HEX #780766 Purple

📋 copy color: '#780766'

red 120 ◦ green 7 ◦ blue 102

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

Shades of Purple #780766

Tints of Purple #780766

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

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

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

R = 52.4%
G = 3.06%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#780766 (or 0x780766) is known color: Purple. HEX triplet: 78, 07 and 66. RGB value is (120,7,102). Sum of RGB (Red+Green+Blue) = 120+7+102=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #780766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780766 is #87F899. Grayscale: #333333. Windows color (decimal): -8911002 or 6686584. OLE color: 6686584.

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

Color convert

RGB 120 7 102 -
CMYK 0 0.94 0.15 0.53
HSL 309.56º 0.89% 0.25% -
HSV(B) 309.56º 0.94% 0.47% -
XYZ 10.22 5.1 13.02 -
YUV 51.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 120 7 102 0 0.94 0.15 0.53 309.56 0.89 0.25
Hex 78 7 66 0 5E F 35 136 59 19
Octal 170 7 146 0 136 17 65 466 131 31
Binary 1111000 111 1100110 0 1011110 1111 110101 100110110 1011001 11001

Color Harmonies of #780766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780766

Black with #780766

Text Example


Text Example

White with #780766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780766; }

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

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

background-color css

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

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

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

border-color css

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

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

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