Html Css Color HEX #7A0F79 Purple

📋 copy color: '#7A0F79'

red 122 ◦ green 15 ◦ blue 121

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

Shades of Purple #7A0F79

Tints of Purple #7A0F79

RGB

 RED value IS 122 (48.05% from 255) = 47.29%

 GREEN value IS 15 (6.25% from 255) = 5.81%

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 47.29%
G = 5.81%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A0F79 (or 0x7A0F79) is known color: Purple. HEX triplet: 7A, 0F and 79. RGB value is (122,15,121). Sum of RGB (Red+Green+Blue) = 122+15+121=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F79 is #85F086. Grayscale: #3A3A3A. Windows color (decimal): -8777863 or 7933818. OLE color: 7933818.

HSL color Cylindrical-coordinate representation of color #7A0F79: hue angle of 300.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F79 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 121 -
CMYK 0 0.88 0.01 0.52
HSL 300.56º 0.78% 0.27% -
HSV(B) 300.56º 0.88% 0.48% -
XYZ 11.65 5.86 18.61 -
YUV 59.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 122 15 121 0 0.88 0.01 0.52 300.56 0.78 0.27
Hex 7A F 79 0 58 1 34 12D 4E 1B
Octal 172 17 171 0 130 1 64 455 116 33
Binary 1111010 1111 1111001 0 1011000 1 110100 100101101 1001110 11011

Color Harmonies of #7A0F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F79

Black with #7A0F79

Text Example


Text Example

White with #7A0F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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