Html Css Color HEX #7A0472 Purple

📋 copy color: '#7A0472'

red 122 ◦ green 4 ◦ blue 114

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

Shades of Purple #7A0472

Tints of Purple #7A0472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 50.83%
G = 1.67%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A0472 (or 0x7A0472) is known color: Purple. HEX triplet: 7A, 04 and 72. RGB value is (122,4,114). Sum of RGB (Red+Green+Blue) = 122+4+114=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0472 is #85FB8D. Grayscale: #333333. Windows color (decimal): -8780686 or 7472250. OLE color: 7472250.

HSL color Cylindrical-coordinate representation of color #7A0472: hue angle of 304.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0472 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 4 114 -
CMYK 0 0.97 0.07 0.52
HSL 304.07º 0.94% 0.25% -
HSV(B) 304.07º 0.97% 0.48% -
XYZ 11.11 5.44 16.38 -
YUV 51.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 122 4 114 0 0.97 0.07 0.52 304.07 0.94 0.25
Hex 7A 4 72 0 61 7 34 130 5E 19
Octal 172 4 162 0 141 7 64 460 136 31
Binary 1111010 100 1110010 0 1100001 111 110100 100110000 1011110 11001

Color Harmonies of #7A0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0472

Black with #7A0472

Text Example


Text Example

White with #7A0472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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