Html Css Color HEX #780A76 Purple

📋 copy color: '#780A76'

red 120 ◦ green 10 ◦ blue 118

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

Shades of Purple #780A76

Tints of Purple #780A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 48.39%
G = 4.03%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#780A76 (or 0x780A76) is known color: Purple. HEX triplet: 78, 0A and 76. RGB value is (120,10,118). Sum of RGB (Red+Green+Blue) = 120+10+118=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #780A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A76 is #87F589. Grayscale: #363636. Windows color (decimal): -8910218 or 7735928. OLE color: 7735928.

HSL color Cylindrical-coordinate representation of color #780A76: hue angle of 301.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A76 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 118 -
CMYK 0 0.92 0.02 0.53
HSL 301.09º 0.85% 0.25% -
HSV(B) 301.09º 0.92% 0.47% -
XYZ 11.12 5.52 17.62 -
YUV 55.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 120 10 118 0 0.92 0.02 0.53 301.09 0.85 0.25
Hex 78 A 76 0 5C 2 35 12D 55 19
Octal 170 12 166 0 134 2 65 455 125 31
Binary 1111000 1010 1110110 0 1011100 10 110101 100101101 1010101 11001

Color Harmonies of #780A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A76

Black with #780A76

Text Example


Text Example

White with #780A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780A76; }

 p { color: rgb(120,10,118); }

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

background-color css

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

 a { background-color: rgb(120,10,118); }

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

border-color css

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

 span { border-color: rgb(120,10,118); }

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