Html Css Color HEX #79047A Purple

📋 copy color: '#79047A'

red 121 ◦ green 4 ◦ blue 122

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

Shades of Purple #79047A

Tints of Purple #79047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 48.99%
G = 1.62%
B = 49.39%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79047A (or 0x79047A) is known color: Purple. HEX triplet: 79, 04 and 7A. RGB value is (121,4,122). Sum of RGB (Red+Green+Blue) = 121+4+122=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #79047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79047A is #86FB85. Grayscale: #343434. Windows color (decimal): -8846214 or 7996537. OLE color: 7996537.

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

Color convert

RGB 121 4 122 -
CMYK 0.01 0.97 0 0.52
HSL 299.49º 0.94% 0.25% -
HSV(B) 299.49º 0.97% 0.48% -
XYZ 11.44 5.56 18.88 -
YUV 52.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 121 4 122 0.01 0.97 0 0.52 299.49 0.94 0.25
Hex 79 4 7A 1 61 0 34 12B 5E 19
Octal 171 4 172 1 141 0 64 453 136 31
Binary 1111001 100 1111010 1 1100001 0 110100 100101011 1011110 11001

Color Harmonies of #79047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79047A

Black with #79047A

Text Example


Text Example

White with #79047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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