Html Css Color HEX #7A0190 Purple

📋 copy color: '#7A0190'

red 122 ◦ green 1 ◦ blue 144

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

Shades of Purple #7A0190

Tints of Purple #7A0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 45.69%
G = 0.37%
B = 53.93%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A0190 (or 0x7A0190) is known color: Purple. HEX triplet: 7A, 01 and 90. RGB value is (122,1,144). Sum of RGB (Red+Green+Blue) = 122+1+144=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A0190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0190 is #85FE6F. Grayscale: #353535. Windows color (decimal): -8781424 or 9437562. OLE color: 9437562.

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

Color convert

RGB 122 1 144 -
CMYK 0.15 0.99 0 0.44
HSL 290.77º 0.99% 0.28% -
HSV(B) 290.77º 0.99% 0.56% -
XYZ 13.07 6.17 26.89 -
YUV 53.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 122 1 144 0.15 0.99 0 0.44 290.77 0.99 0.28
Hex 7A 1 90 F 63 0 2C 123 63 1C
Octal 172 1 220 17 143 0 54 443 143 34
Binary 1111010 1 10010000 1111 1100011 0 101100 100100011 1100011 11100

Color Harmonies of #7A0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0190

Black with #7A0190

Text Example


Text Example

White with #7A0190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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