Html Css Color HEX #79047C Purple

📋 copy color: '#79047C'

red 121 ◦ green 4 ◦ blue 124

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

Shades of Purple #79047C

Tints of Purple #79047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 48.59%
G = 1.61%
B = 49.8%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79047C (or 0x79047C) is known color: Purple. HEX triplet: 79, 04 and 7C. RGB value is (121,4,124). Sum of RGB (Red+Green+Blue) = 121+4+124=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #79047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79047C is #86FB83. Grayscale: #343434. Windows color (decimal): -8846212 or 8127609. OLE color: 8127609.

HSL color Cylindrical-coordinate representation of color #79047C: hue angle of 298.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79047C is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 4 124 -
CMYK 0.02 0.97 0 0.51
HSL 298.5º 0.94% 0.25% -
HSV(B) 298.5º 0.97% 0.49% -
XYZ 11.57 5.61 19.54 -
YUV 52.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 121 4 124 0.02 0.97 0 0.51 298.5 0.94 0.25
Hex 79 4 7C 2 61 0 33 12A 5E 19
Octal 171 4 174 2 141 0 63 452 136 31
Binary 1111001 100 1111100 10 1100001 0 110011 100101010 1011110 11001

Color Harmonies of #79047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79047C

Black with #79047C

Text Example


Text Example

White with #79047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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