Html Css Color HEX #7A1689 Purple

📋 copy color: '#7A1689'

red 122 ◦ green 22 ◦ blue 137

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

Shades of Purple #7A1689

Tints of Purple #7A1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 43.42%
G = 7.83%
B = 48.75%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A1689 (or 0x7A1689) is known color: Purple. HEX triplet: 7A, 16 and 89. RGB value is (122,22,137). Sum of RGB (Red+Green+Blue) = 122+22+137=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A1689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1689 is #85E976. Grayscale: #404040. Windows color (decimal): -8776055 or 8984186. OLE color: 8984186.

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

Color convert

RGB 122 22 137 -
CMYK 0.11 0.84 0 0.46
HSL 292.17º 0.72% 0.31% -
HSV(B) 292.17º 0.84% 0.54% -
XYZ 12.83 6.52 24.25 -
YUV 65.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 122 22 137 0.11 0.84 0 0.46 292.17 0.72 0.31
Hex 7A 16 89 B 54 0 2E 124 48 1F
Octal 172 26 211 13 124 0 56 444 110 37
Binary 1111010 10110 10001001 1011 1010100 0 101110 100100100 1001000 11111

Color Harmonies of #7A1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1689

Black with #7A1689

Text Example


Text Example

White with #7A1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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