Html Css Color HEX #7A0538 Tyrian Purple

📋 copy color: '#7A0538'

red 122 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #7A0538

Tints of Tyrian Purple #7A0538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 56 (22.27% from 255) = 30.6%

R = 66.67%
G = 2.73%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7A0538 (or 0x7A0538) is known color: Tyrian Purple. HEX triplet: 7A, 05 and 38. RGB value is (122,5,56). Sum of RGB (Red+Green+Blue) = 122+5+56=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0538 is #85FAC7. Grayscale: #2D2D2D. Windows color (decimal): -8780488 or 3671418. OLE color: 3671418.

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

Color convert

RGB 122 5 56 -
CMYK 0 0.96 0.54 0.52
HSL 333.85º 0.92% 0.25% -
HSV(B) 333.85º 0.96% 0.48% -
XYZ 8.79 4.53 4.15 -
YUV 45.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 122 5 56 0 0.96 0.54 0.52 333.85 0.92 0.25
Hex 7A 5 38 0 60 36 34 14E 5C 19
Octal 172 5 70 0 140 66 64 516 134 31
Binary 1111010 101 111000 0 1100000 110110 110100 101001110 1011100 11001

Color Harmonies of #7A0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0538

Black with #7A0538

Text Example


Text Example

White with #7A0538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,5,56); }

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

background-color css

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

 a { background-color: rgb(122,5,56); }

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

border-color css

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

 span { border-color: rgb(122,5,56); }

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