Html Css Color HEX #7A0180 Purple

📋 copy color: '#7A0180'

red 122 ◦ green 1 ◦ blue 128

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

Shades of Purple #7A0180

Tints of Purple #7A0180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51%

R = 48.61%
G = 0.4%
B = 51%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A0180 (or 0x7A0180) is known color: Purple. HEX triplet: 7A, 01 and 80. RGB value is (122,1,128). Sum of RGB (Red+Green+Blue) = 122+1+128=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A0180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0180 is #85FE7F. Grayscale: #333333. Windows color (decimal): -8781440 or 8388986. OLE color: 8388986.

HSL color Cylindrical-coordinate representation of color #7A0180: hue angle of 297.17º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0180 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 1 128 -
CMYK 0.05 0.99 0 0.50
HSL 297.17º 0.98% 0.25% -
HSV(B) 297.17º 0.99% 0.5% -
XYZ 11.93 5.72 20.9 -
YUV 51.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 122 1 128 0.05 0.99 0 0.50 297.17 0.98 0.25
Hex 7A 1 80 5 63 0 32 129 62 19
Octal 172 1 200 5 143 0 62 451 142 31
Binary 1111010 1 10000000 101 1100011 0 110010 100101001 1100010 11001

Color Harmonies of #7A0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0180

Black with #7A0180

Text Example


Text Example

White with #7A0180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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