Html Css Color HEX #7A0989 Purple

📋 copy color: '#7A0989'

red 122 ◦ green 9 ◦ blue 137

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

Shades of Purple #7A0989

Tints of Purple #7A0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 45.52%
G = 3.36%
B = 51.12%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A0989 (or 0x7A0989) is known color: Purple. HEX triplet: 7A, 09 and 89. RGB value is (122,9,137). Sum of RGB (Red+Green+Blue) = 122+9+137=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A0989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0989 is #85F676. Grayscale: #383838. Windows color (decimal): -8779383 or 8980858. OLE color: 8980858.

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

Color convert

RGB 122 9 137 -
CMYK 0.11 0.93 0 0.46
HSL 292.97º 0.88% 0.29% -
HSV(B) 292.97º 0.93% 0.54% -
XYZ 12.64 6.14 24.19 -
YUV 57.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 122 9 137 0.11 0.93 0 0.46 292.97 0.88 0.29
Hex 7A 9 89 B 5D 0 2E 125 58 1D
Octal 172 11 211 13 135 0 56 445 130 35
Binary 1111010 1001 10001001 1011 1011101 0 101110 100100101 1011000 11101

Color Harmonies of #7A0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0989

Black with #7A0989

Text Example


Text Example

White with #7A0989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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