Html Css Color HEX #7A1481 Purple

📋 copy color: '#7A1481'

red 122 ◦ green 20 ◦ blue 129

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

Shades of Purple #7A1481

Tints of Purple #7A1481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 45.02%
G = 7.38%
B = 47.6%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A1481 (or 0x7A1481) is known color: Purple. HEX triplet: 7A, 14 and 81. RGB value is (122,20,129). Sum of RGB (Red+Green+Blue) = 122+20+129=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A1481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1481 is #85EB7E. Grayscale: #3E3E3E. Windows color (decimal): -8776575 or 8459386. OLE color: 8459386.

HSL color Cylindrical-coordinate representation of color #7A1481: hue angle of 296.15º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1481 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 20 129 -
CMYK 0.05 0.84 0 0.49
HSL 296.15º 0.73% 0.29% -
HSV(B) 296.15º 0.84% 0.51% -
XYZ 12.24 6.22 21.32 -
YUV 62.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 122 20 129 0.05 0.84 0 0.49 296.15 0.73 0.29
Hex 7A 14 81 5 54 0 31 128 49 1D
Octal 172 24 201 5 124 0 61 450 111 35
Binary 1111010 10100 10000001 101 1010100 0 110001 100101000 1001001 11101

Color Harmonies of #7A1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1481

Black with #7A1481

Text Example


Text Example

White with #7A1481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,20,129); }

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

background-color css

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

 a { background-color: rgb(122,20,129); }

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

border-color css

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

 span { border-color: rgb(122,20,129); }

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