Html Css Color HEX #7A128D Purple

📋 copy color: '#7A128D'

red 122 ◦ green 18 ◦ blue 141

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

Shades of Purple #7A128D

Tints of Purple #7A128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 43.42%
G = 6.41%
B = 50.18%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A128D (or 0x7A128D) is known color: Purple. HEX triplet: 7A, 12 and 8D. RGB value is (122,18,141). Sum of RGB (Red+Green+Blue) = 122+18+141=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A128D is #85ED72. Grayscale: #3E3E3E. Windows color (decimal): -8777075 or 9245306. OLE color: 9245306.

HSL color Cylindrical-coordinate representation of color #7A128D: hue angle of 290.73º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A128D is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 18 141 -
CMYK 0.13 0.87 0 0.45
HSL 290.73º 0.77% 0.31% -
HSV(B) 290.73º 0.87% 0.55% -
XYZ 13.05 6.49 25.76 -
YUV 63.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 122 18 141 0.13 0.87 0 0.45 290.73 0.77 0.31
Hex 7A 12 8D D 57 0 2D 123 4D 1F
Octal 172 22 215 15 127 0 55 443 115 37
Binary 1111010 10010 10001101 1101 1010111 0 101101 100100011 1001101 11111

Color Harmonies of #7A128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A128D

Black with #7A128D

Text Example


Text Example

White with #7A128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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