Html Css Color HEX #7A0A6A Purple

📋 copy color: '#7A0A6A'

red 122 ◦ green 10 ◦ blue 106

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

Shades of Purple #7A0A6A

Tints of Purple #7A0A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 51.26%
G = 4.2%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A0A6A (or 0x7A0A6A) is known color: Purple. HEX triplet: 7A, 0A and 6A. RGB value is (122,10,106). Sum of RGB (Red+Green+Blue) = 122+10+106=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0A6A is #85F595. Grayscale: #363636. Windows color (decimal): -8779158 or 6949498. OLE color: 6949498.

HSL color Cylindrical-coordinate representation of color #7A0A6A: hue angle of 308.57º 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 #7A0A6A is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 10 106 -
CMYK 0 0.92 0.13 0.52
HSL 308.57º 0.85% 0.26% -
HSV(B) 308.57º 0.92% 0.48% -
XYZ 10.74 5.4 14.11 -
YUV 54.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 122 10 106 0 0.92 0.13 0.52 308.57 0.85 0.26
Hex 7A A 6A 0 5C D 34 135 55 1A
Octal 172 12 152 0 134 15 64 465 125 32
Binary 1111010 1010 1101010 0 1011100 1101 110100 100110101 1010101 11010

Color Harmonies of #7A0A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0A6A

Black with #7A0A6A

Text Example


Text Example

White with #7A0A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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