Html Css Color HEX #7A0136 Tyrian Purple

📋 copy color: '#7A0136'

red 122 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #7A0136

Tints of Tyrian Purple #7A0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 68.93%
G = 0.56%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#7A0136 (or 0x7A0136) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 36. RGB value is (122,1,54). Sum of RGB (Red+Green+Blue) = 122+1+54=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0136 is #85FEC9. Grayscale: #2B2B2B. Windows color (decimal): -8781514 or 3539322. OLE color: 3539322.

HSL color Cylindrical-coordinate representation of color #7A0136: hue angle of 333.72º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0136 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 1 54 -
CMYK 0 0.99 0.56 0.52
HSL 333.72º 0.98% 0.24% -
HSV(B) 333.72º 0.99% 0.48% -
XYZ 8.7 4.43 3.89 -
YUV 43.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 122 1 54 0 0.99 0.56 0.52 333.72 0.98 0.24
Hex 7A 1 36 0 63 38 34 14E 62 18
Octal 172 1 66 0 143 70 64 516 142 30
Binary 1111010 1 110110 0 1100011 111000 110100 101001110 1100010 11000

Color Harmonies of #7A0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0136

Black with #7A0136

Text Example


Text Example

White with #7A0136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,54); }

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

background-color css

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

 a { background-color: rgb(122,1,54); }

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

border-color css

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

 span { border-color: rgb(122,1,54); }

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