Html Css Color HEX #7A1279 Purple

📋 copy color: '#7A1279'

red 122 ◦ green 18 ◦ blue 121

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

Shades of Purple #7A1279

Tints of Purple #7A1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 46.74%
G = 6.9%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A1279 (or 0x7A1279) is known color: Purple. HEX triplet: 7A, 12 and 79. RGB value is (122,18,121). Sum of RGB (Red+Green+Blue) = 122+18+121=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1279 is #85ED86. Grayscale: #3C3C3C. Windows color (decimal): -8777095 or 7934586. OLE color: 7934586.

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

Color convert

RGB 122 18 121 -
CMYK 0 0.85 0.01 0.52
HSL 300.58º 0.74% 0.27% -
HSV(B) 300.58º 0.85% 0.48% -
XYZ 11.69 5.95 18.62 -
YUV 60.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 122 18 121 0 0.85 0.01 0.52 300.58 0.74 0.27
Hex 7A 12 79 0 55 1 34 12D 4A 1B
Octal 172 22 171 0 125 1 64 455 112 33
Binary 1111010 10010 1111001 0 1010101 1 110100 100101101 1001010 11011

Color Harmonies of #7A1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1279

Black with #7A1279

Text Example


Text Example

White with #7A1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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