Html Css Color HEX #7A0039 Tyrian Purple

📋 copy color: '#7A0039'

red 122 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #7A0039

Tints of Tyrian Purple #7A0039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 31.84%

R = 68.16%
G = 0%
B = 31.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A0039 (or 0x7A0039) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 39. RGB value is (122,0,57). Sum of RGB (Red+Green+Blue) = 122+0+57=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0039 is #85FFC6. Grayscale: #2A2A2A. Windows color (decimal): -8781767 or 3735674. OLE color: 3735674.

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

Color convert

RGB 122 0 57 -
CMYK 0 1 0.53 0.52
HSL 331.97º 1% 0.24% -
HSV(B) 331.97º 1% 0.48% -
XYZ 8.76 4.43 4.26 -
YUV 42.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 122 0 57 0 1 0.53 0.52 331.97 1 0.24
Hex 7A 0 39 0 64 35 34 14C 64 18
Octal 172 0 71 0 144 65 64 514 144 30
Binary 1111010 0 111001 0 1100100 110101 110100 101001100 1100100 11000

Color Harmonies of #7A0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0039

Black with #7A0039

Text Example


Text Example

White with #7A0039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,57); }

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

background-color css

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

 a { background-color: rgb(122,0,57); }

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

border-color css

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

 span { border-color: rgb(122,0,57); }

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