Html Css Color HEX #7A0486 Purple

📋 copy color: '#7A0486'

red 122 ◦ green 4 ◦ blue 134

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

Shades of Purple #7A0486

Tints of Purple #7A0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 134 (52.73% from 255) = 51.54%

R = 46.92%
G = 1.54%
B = 51.54%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A0486 (or 0x7A0486) is known color: Purple. HEX triplet: 7A, 04 and 86. RGB value is (122,4,134). Sum of RGB (Red+Green+Blue) = 122+4+134=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0486 is #85FB79. Grayscale: #353535. Windows color (decimal): -8780666 or 8782970. OLE color: 8782970.

HSL color Cylindrical-coordinate representation of color #7A0486: hue angle of 294.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0486 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 4 134 -
CMYK 0.09 0.97 0 0.47
HSL 294.46º 0.94% 0.27% -
HSV(B) 294.46º 0.97% 0.53% -
XYZ 12.37 5.95 23.05 -
YUV 54.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 122 4 134 0.09 0.97 0 0.47 294.46 0.94 0.27
Hex 7A 4 86 9 61 0 2F 126 5E 1B
Octal 172 4 206 11 141 0 57 446 136 33
Binary 1111010 100 10000110 1001 1100001 0 101111 100100110 1011110 11011

Color Harmonies of #7A0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0486

Black with #7A0486

Text Example


Text Example

White with #7A0486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,4,134); }

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

background-color css

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

 a { background-color: rgb(122,4,134); }

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

border-color css

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

 span { border-color: rgb(122,4,134); }

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