Html Css Color HEX #790474 Purple

📋 copy color: '#790474'

red 121 ◦ green 4 ◦ blue 116

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

Shades of Purple #790474

Tints of Purple #790474

RGB

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

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

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

R = 50.21%
G = 1.66%
B = 48.13%

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

#790474 (or 0x790474) is known color: Purple. HEX triplet: 79, 04 and 74. RGB value is (121,4,116). Sum of RGB (Red+Green+Blue) = 121+4+116=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #790474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790474 is #86FB8B. Grayscale: #333333. Windows color (decimal): -8846220 or 7603321. OLE color: 7603321.

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

Color convert

RGB 121 4 116 -
CMYK 0 0.97 0.04 0.53
HSL 302.56º 0.94% 0.25% -
HSV(B) 302.56º 0.97% 0.47% -
XYZ 11.08 5.41 16.98 -
YUV 51.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 121 4 116 0 0.97 0.04 0.53 302.56 0.94 0.25
Hex 79 4 74 0 61 4 35 12F 5E 19
Octal 171 4 164 0 141 4 65 457 136 31
Binary 1111001 100 1110100 0 1100001 100 110101 100101111 1011110 11001

Color Harmonies of #790474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790474

Black with #790474

Text Example


Text Example

White with #790474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790474; }

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

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

background-color css

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

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

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

border-color css

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

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

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