Html Css Color HEX #7A0482 Purple

📋 copy color: '#7A0482'

red 122 ◦ green 4 ◦ blue 130

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

Shades of Purple #7A0482

Tints of Purple #7A0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 47.66%
G = 1.56%
B = 50.78%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A0482 (or 0x7A0482) is known color: Purple. HEX triplet: 7A, 04 and 82. RGB value is (122,4,130). Sum of RGB (Red+Green+Blue) = 122+4+130=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0482 is #85FB7D. Grayscale: #353535. Windows color (decimal): -8780670 or 8520826. OLE color: 8520826.

HSL color Cylindrical-coordinate representation of color #7A0482: hue angle of 296.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0482 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 4 130 -
CMYK 0.06 0.97 0 0.49
HSL 296.19º 0.94% 0.26% -
HSV(B) 296.19º 0.97% 0.51% -
XYZ 12.1 5.84 21.61 -
YUV 53.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 122 4 130 0.06 0.97 0 0.49 296.19 0.94 0.26
Hex 7A 4 82 6 61 0 31 128 5E 1A
Octal 172 4 202 6 141 0 61 450 136 32
Binary 1111010 100 10000010 110 1100001 0 110001 100101000 1011110 11010

Color Harmonies of #7A0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0482

Black with #7A0482

Text Example


Text Example

White with #7A0482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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