Html Css Color HEX #7A0A74 Purple

📋 copy color: '#7A0A74'

red 122 ◦ green 10 ◦ blue 116

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

Shades of Purple #7A0A74

Tints of Purple #7A0A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 49.19%
G = 4.03%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A0A74 (or 0x7A0A74) is known color: Purple. HEX triplet: 7A, 0A and 74. RGB value is (122,10,116). Sum of RGB (Red+Green+Blue) = 122+10+116=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0A74 is #85F58B. Grayscale: #373737. Windows color (decimal): -8779148 or 7604858. OLE color: 7604858.

HSL color Cylindrical-coordinate representation of color #7A0A74: hue angle of 303.21º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0A74 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 10 116 -
CMYK 0 0.92 0.05 0.52
HSL 303.21º 0.85% 0.26% -
HSV(B) 303.21º 0.92% 0.48% -
XYZ 11.29 5.62 17.01 -
YUV 55.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 122 10 116 0 0.92 0.05 0.52 303.21 0.85 0.26
Hex 7A A 74 0 5C 5 34 12F 55 1A
Octal 172 12 164 0 134 5 64 457 125 32
Binary 1111010 1010 1110100 0 1011100 101 110100 100101111 1010101 11010

Color Harmonies of #7A0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0A74

Black with #7A0A74

Text Example


Text Example

White with #7A0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,10,116); }

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

background-color css

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

 a { background-color: rgb(122,10,116); }

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

border-color css

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

 span { border-color: rgb(122,10,116); }

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