Html Css Color HEX #780478 Purple

📋 copy color: '#780478'

red 120 ◦ green 4 ◦ blue 120

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

Shades of Purple #780478

Tints of Purple #780478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 49.18%
G = 1.64%
B = 49.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#780478 (or 0x780478) is known color: Purple. HEX triplet: 78, 04 and 78. RGB value is (120,4,120). Sum of RGB (Red+Green+Blue) = 120+4+120=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #780478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780478 is #87FB87. Grayscale: #333333. Windows color (decimal): -8911752 or 7865464. OLE color: 7865464.

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

Color convert

RGB 120 4 120 -
CMYK 0 0.97 0 0.53
HSL 300º 0.94% 0.24% -
HSV(B) 300º 0.97% 0.47% -
XYZ 11.18 5.44 18.23 -
YUV 51.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 120 4 120 0 0.97 0 0.53 300 0.94 0.24
Hex 78 4 78 0 61 0 35 12C 5E 18
Octal 170 4 170 0 141 0 65 454 136 30
Binary 1111000 100 1111000 0 1100001 0 110101 100101100 1011110 11000

Color Harmonies of #780478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780478

Black with #780478

Text Example


Text Example

White with #780478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780478; }

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

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

background-color css

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

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

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

border-color css

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

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

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