Html Css Color HEX #7A1181 Purple

📋 copy color: '#7A1181'

red 122 ◦ green 17 ◦ blue 129

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

Shades of Purple #7A1181

Tints of Purple #7A1181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 45.52%
G = 6.34%
B = 48.13%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A1181 (or 0x7A1181) is known color: Purple. HEX triplet: 7A, 11 and 81. RGB value is (122,17,129). Sum of RGB (Red+Green+Blue) = 122+17+129=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A1181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1181 is #85EE7E. Grayscale: #3C3C3C. Windows color (decimal): -8777343 or 8458618. OLE color: 8458618.

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

Color convert

RGB 122 17 129 -
CMYK 0.05 0.87 0 0.49
HSL 296.25º 0.77% 0.29% -
HSV(B) 296.25º 0.87% 0.51% -
XYZ 12.19 6.12 21.31 -
YUV 61.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 122 17 129 0.05 0.87 0 0.49 296.25 0.77 0.29
Hex 7A 11 81 5 57 0 31 128 4D 1D
Octal 172 21 201 5 127 0 61 450 115 35
Binary 1111010 10001 10000001 101 1010111 0 110001 100101000 1001101 11101

Color Harmonies of #7A1181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1181

Black with #7A1181

Text Example


Text Example

White with #7A1181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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