Html Css Color HEX #7A1589 Purple

📋 copy color: '#7A1589'

red 122 ◦ green 21 ◦ blue 137

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

Shades of Purple #7A1589

Tints of Purple #7A1589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 43.57%
G = 7.5%
B = 48.93%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A1589 (or 0x7A1589) is known color: Purple. HEX triplet: 7A, 15 and 89. RGB value is (122,21,137). Sum of RGB (Red+Green+Blue) = 122+21+137=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A1589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1589 is #85EA76. Grayscale: #404040. Windows color (decimal): -8776311 or 8983930. OLE color: 8983930.

HSL color Cylindrical-coordinate representation of color #7A1589: hue angle of 292.24º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1589 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 21 137 -
CMYK 0.11 0.85 0 0.46
HSL 292.24º 0.73% 0.31% -
HSV(B) 292.24º 0.85% 0.54% -
XYZ 12.81 6.48 24.24 -
YUV 64.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 122 21 137 0.11 0.85 0 0.46 292.24 0.73 0.31
Hex 7A 15 89 B 55 0 2E 124 49 1F
Octal 172 25 211 13 125 0 56 444 111 37
Binary 1111010 10101 10001001 1011 1010101 0 101110 100100100 1001001 11111

Color Harmonies of #7A1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1589

Black with #7A1589

Text Example


Text Example

White with #7A1589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,21,137); }

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

background-color css

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

 a { background-color: rgb(122,21,137); }

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

border-color css

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

 span { border-color: rgb(122,21,137); }

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