Html Css Color HEX #79147C Purple

📋 copy color: '#79147C'

red 121 ◦ green 20 ◦ blue 124

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

Shades of Purple #79147C

Tints of Purple #79147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 45.66%
G = 7.55%
B = 46.79%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79147C (or 0x79147C) is known color: Purple. HEX triplet: 79, 14 and 7C. RGB value is (121,20,124). Sum of RGB (Red+Green+Blue) = 121+20+124=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #79147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79147C is #86EB83. Grayscale: #3D3D3D. Windows color (decimal): -8842116 or 8131705. OLE color: 8131705.

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

Color convert

RGB 121 20 124 -
CMYK 0.02 0.84 0 0.51
HSL 298.27º 0.72% 0.28% -
HSV(B) 298.27º 0.84% 0.49% -
XYZ 11.77 6.02 19.61 -
YUV 62.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 121 20 124 0.02 0.84 0 0.51 298.27 0.72 0.28
Hex 79 14 7C 2 54 0 33 12A 48 1C
Octal 171 24 174 2 124 0 63 452 110 34
Binary 1111001 10100 1111100 10 1010100 0 110011 100101010 1001000 11100

Color Harmonies of #79147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79147C

Black with #79147C

Text Example


Text Example

White with #79147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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