Html Css Color HEX #7A0089 Purple

📋 copy color: '#7A0089'

red 122 ◦ green 0 ◦ blue 137

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

Shades of Purple #7A0089

Tints of Purple #7A0089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.1%
G = 0%
B = 52.9%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A0089 (or 0x7A0089) is known color: Purple. HEX triplet: 7A, 00 and 89. RGB value is (122,0,137). Sum of RGB (Red+Green+Blue) = 122+0+137=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A0089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0089 is #85FF76. Grayscale: #333333. Windows color (decimal): -8781687 or 8978554. OLE color: 8978554.

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

Color convert

RGB 122 0 137 -
CMYK 0.11 1 0 0.46
HSL 293.43º 1% 0.27% -
HSV(B) 293.43º 1% 0.54% -
XYZ 12.54 5.94 24.15 -
YUV 52.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 122 0 137 0.11 1 0 0.46 293.43 1 0.27
Hex 7A 0 89 B 64 0 2E 125 64 1B
Octal 172 0 211 13 144 0 56 445 144 33
Binary 1111010 0 10001001 1011 1100100 0 101110 100100101 1100100 11011

Color Harmonies of #7A0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0089

Black with #7A0089

Text Example


Text Example

White with #7A0089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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