Html Css Color HEX #790374 Purple

📋 copy color: '#790374'

red 121 ◦ green 3 ◦ blue 116

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

Shades of Purple #790374

Tints of Purple #790374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 50.42%
G = 1.25%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#790374 (or 0x790374) is known color: Purple. HEX triplet: 79, 03 and 74. RGB value is (121,3,116). Sum of RGB (Red+Green+Blue) = 121+3+116=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790374 is #86FC8B. Grayscale: #323232. Windows color (decimal): -8846476 or 7603065. OLE color: 7603065.

HSL color Cylindrical-coordinate representation of color #790374: hue angle of 302.54º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790374 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 116 -
CMYK 0 0.98 0.04 0.53
HSL 302.54º 0.95% 0.24% -
HSV(B) 302.54º 0.98% 0.47% -
XYZ 11.07 5.39 16.98 -
YUV 51.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 121 3 116 0 0.98 0.04 0.53 302.54 0.95 0.24
Hex 79 3 74 0 62 4 35 12F 5F 18
Octal 171 3 164 0 142 4 65 457 137 30
Binary 1111001 11 1110100 0 1100010 100 110101 100101111 1011111 11000

Color Harmonies of #790374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790374

Black with #790374

Text Example


Text Example

White with #790374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790374; }

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

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

background-color css

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

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

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

border-color css

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

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

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