Html Css Color HEX #780473 Purple

📋 copy color: '#780473'

red 120 ◦ green 4 ◦ blue 115

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

Shades of Purple #780473

Tints of Purple #780473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.12%

R = 50.21%
G = 1.67%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#780473 (or 0x780473) is known color: Purple. HEX triplet: 78, 04 and 73. RGB value is (120,4,115). Sum of RGB (Red+Green+Blue) = 120+4+115=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780473 is #87FB8C. Grayscale: #333333. Windows color (decimal): -8911757 or 7537784. OLE color: 7537784.

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

Color convert

RGB 120 4 115 -
CMYK 0 0.97 0.04 0.53
HSL 302.59º 0.94% 0.24% -
HSV(B) 302.59º 0.97% 0.47% -
XYZ 10.88 5.32 16.67 -
YUV 51.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 120 4 115 0 0.97 0.04 0.53 302.59 0.94 0.24
Hex 78 4 73 0 61 4 35 12F 5E 18
Octal 170 4 163 0 141 4 65 457 136 30
Binary 1111000 100 1110011 0 1100001 100 110101 100101111 1011110 11000

Color Harmonies of #780473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780473

Black with #780473

Text Example


Text Example

White with #780473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780473; }

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

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

background-color css

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

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

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

border-color css

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

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

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