Html Css Color HEX #79057A Purple

📋 copy color: '#79057A'

red 121 ◦ green 5 ◦ blue 122

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

Shades of Purple #79057A

Tints of Purple #79057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 48.79%
G = 2.02%
B = 49.19%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79057A (or 0x79057A) is known color: Purple. HEX triplet: 79, 05 and 7A. RGB value is (121,5,122). Sum of RGB (Red+Green+Blue) = 121+5+122=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #79057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79057A is #86FA85. Grayscale: #343434. Windows color (decimal): -8845958 or 7996793. OLE color: 7996793.

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

Color convert

RGB 121 5 122 -
CMYK 0.01 0.96 0 0.52
HSL 299.49º 0.92% 0.25% -
HSV(B) 299.49º 0.96% 0.48% -
XYZ 11.45 5.58 18.89 -
YUV 53.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 121 5 122 0.01 0.96 0 0.52 299.49 0.92 0.25
Hex 79 5 7A 1 60 0 34 12B 5C 19
Octal 171 5 172 1 140 0 64 453 134 31
Binary 1111001 101 1111010 1 1100000 0 110100 100101011 1011100 11001

Color Harmonies of #79057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79057A

Black with #79057A

Text Example


Text Example

White with #79057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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