Html Css Color HEX #7A1090 Purple

📋 copy color: '#7A1090'

red 122 ◦ green 16 ◦ blue 144

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

Shades of Purple #7A1090

Tints of Purple #7A1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 43.26%
G = 5.67%
B = 51.06%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A1090 (or 0x7A1090) is known color: Purple. HEX triplet: 7A, 10 and 90. RGB value is (122,16,144). Sum of RGB (Red+Green+Blue) = 122+16+144=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A1090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1090 is #85EF6F. Grayscale: #3D3D3D. Windows color (decimal): -8777584 or 9441402. OLE color: 9441402.

HSL color Cylindrical-coordinate representation of color #7A1090: hue angle of 289.69º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1090 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 16 144 -
CMYK 0.15 0.89 0 0.44
HSL 289.69º 0.8% 0.31% -
HSV(B) 289.69º 0.89% 0.56% -
XYZ 13.25 6.52 26.95 -
YUV 62.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 122 16 144 0.15 0.89 0 0.44 289.69 0.8 0.31
Hex 7A 10 90 F 59 0 2C 122 50 1F
Octal 172 20 220 17 131 0 54 442 120 37
Binary 1111010 10000 10010000 1111 1011001 0 101100 100100010 1010000 11111

Color Harmonies of #7A1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1090

Black with #7A1090

Text Example


Text Example

White with #7A1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,144); }

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

background-color css

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

 a { background-color: rgb(122,16,144); }

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

border-color css

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

 span { border-color: rgb(122,16,144); }

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