Html Css Color HEX #780476 Purple

📋 copy color: '#780476'

red 120 ◦ green 4 ◦ blue 118

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

Shades of Purple #780476

Tints of Purple #780476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 49.59%
G = 1.65%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#780476 (or 0x780476) is known color: Purple. HEX triplet: 78, 04 and 76. RGB value is (120,4,118). Sum of RGB (Red+Green+Blue) = 120+4+118=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #780476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780476 is #87FB89. Grayscale: #333333. Windows color (decimal): -8911754 or 7734392. OLE color: 7734392.

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

Color convert

RGB 120 4 118 -
CMYK 0 0.97 0.02 0.53
HSL 301.03º 0.94% 0.24% -
HSV(B) 301.03º 0.97% 0.47% -
XYZ 11.06 5.39 17.6 -
YUV 51.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 120 4 118 0 0.97 0.02 0.53 301.03 0.94 0.24
Hex 78 4 76 0 61 2 35 12D 5E 18
Octal 170 4 166 0 141 2 65 455 136 30
Binary 1111000 100 1110110 0 1100001 10 110101 100101101 1011110 11000

Color Harmonies of #780476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780476

Black with #780476

Text Example


Text Example

White with #780476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780476; }

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

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

background-color css

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

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

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

border-color css

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

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

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