Html Css Color HEX #780474 Purple

📋 copy color: '#780474'

red 120 ◦ green 4 ◦ blue 116

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

Shades of Purple #780474

Tints of Purple #780474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 50%
G = 1.67%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#780474 (or 0x780474) is known color: Purple. HEX triplet: 78, 04 and 74. RGB value is (120,4,116). Sum of RGB (Red+Green+Blue) = 120+4+116=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #780474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780474 is #87FB8B. Grayscale: #333333. Windows color (decimal): -8911756 or 7603320. OLE color: 7603320.

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

Color convert

RGB 120 4 116 -
CMYK 0 0.97 0.03 0.53
HSL 302.07º 0.94% 0.24% -
HSV(B) 302.07º 0.97% 0.47% -
XYZ 10.94 5.34 16.98 -
YUV 51.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 120 4 116 0 0.97 0.03 0.53 302.07 0.94 0.24
Hex 78 4 74 0 61 3 35 12E 5E 18
Octal 170 4 164 0 141 3 65 456 136 30
Binary 1111000 100 1110100 0 1100001 11 110101 100101110 1011110 11000

Color Harmonies of #780474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780474

Black with #780474

Text Example


Text Example

White with #780474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780474; }

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

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

background-color css

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

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

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

border-color css

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

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

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