Html Css Color HEX #790473 Purple

📋 copy color: '#790473'

red 121 ◦ green 4 ◦ blue 115

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

Shades of Purple #790473

Tints of Purple #790473

RGB

 RED value IS 121 (47.66% from 255) = 50.42%

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

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

R = 50.42%
G = 1.67%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#790473 (or 0x790473) is known color: Purple. HEX triplet: 79, 04 and 73. RGB value is (121,4,115). Sum of RGB (Red+Green+Blue) = 121+4+115=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790473 is #86FB8C. Grayscale: #333333. Windows color (decimal): -8846221 or 7537785. OLE color: 7537785.

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

Color convert

RGB 121 4 115 -
CMYK 0 0.97 0.05 0.53
HSL 303.08º 0.94% 0.25% -
HSV(B) 303.08º 0.97% 0.47% -
XYZ 11.02 5.39 16.68 -
YUV 51.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 121 4 115 0 0.97 0.05 0.53 303.08 0.94 0.25
Hex 79 4 73 0 61 5 35 12F 5E 19
Octal 171 4 163 0 141 5 65 457 136 31
Binary 1111001 100 1110011 0 1100001 101 110101 100101111 1011110 11001

Color Harmonies of #790473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790473

Black with #790473

Text Example


Text Example

White with #790473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790473; }

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

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

background-color css

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

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

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

border-color css

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

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

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