Html Css Color HEX #7A0B44 Tyrian Purple

📋 copy color: '#7A0B44'

red 122 ◦ green 11 ◦ blue 68

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

Shades of Tyrian Purple #7A0B44

Tints of Tyrian Purple #7A0B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 60.7%
G = 5.47%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A0B44 (or 0x7A0B44) is known color: Tyrian Purple. HEX triplet: 7A, 0B and 44. RGB value is (122,11,68). Sum of RGB (Red+Green+Blue) = 122+11+68=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B44 is #85F4BB. Grayscale: #323232. Windows color (decimal): -8778940 or 4459386. OLE color: 4459386.

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

Color convert

RGB 122 11 68 -
CMYK 0 0.91 0.44 0.52
HSL 329.19º 0.83% 0.26% -
HSV(B) 329.19º 0.91% 0.48% -
XYZ 9.19 4.79 5.91 -
YUV 50.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 122 11 68 0 0.91 0.44 0.52 329.19 0.83 0.26
Hex 7A B 44 0 5B 2C 34 149 53 1A
Octal 172 13 104 0 133 54 64 511 123 32
Binary 1111010 1011 1000100 0 1011011 101100 110100 101001001 1010011 11010

Color Harmonies of #7A0B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0B44

Black with #7A0B44

Text Example


Text Example

White with #7A0B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,11,68); }

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

background-color css

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

 a { background-color: rgb(122,11,68); }

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

border-color css

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

 span { border-color: rgb(122,11,68); }

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