Html Css Color HEX #7A0B41 Tyrian Purple

📋 copy color: '#7A0B41'

red 122 ◦ green 11 ◦ blue 65

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

Shades of Tyrian Purple #7A0B41

Tints of Tyrian Purple #7A0B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 61.62%
G = 5.56%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A0B41 (or 0x7A0B41) is known color: Tyrian Purple. HEX triplet: 7A, 0B and 41. RGB value is (122,11,65). Sum of RGB (Red+Green+Blue) = 122+11+65=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B41 is #85F4BE. Grayscale: #323232. Windows color (decimal): -8778943 or 4262778. OLE color: 4262778.

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

Color convert

RGB 122 11 65 -
CMYK 0 0.91 0.47 0.52
HSL 330.81º 0.83% 0.26% -
HSV(B) 330.81º 0.91% 0.48% -
XYZ 9.1 4.76 5.44 -
YUV 50.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 122 11 65 0 0.91 0.47 0.52 330.81 0.83 0.26
Hex 7A B 41 0 5B 2F 34 14B 53 1A
Octal 172 13 101 0 133 57 64 513 123 32
Binary 1111010 1011 1000001 0 1011011 101111 110100 101001011 1010011 11010

Color Harmonies of #7A0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0B41

Black with #7A0B41

Text Example


Text Example

White with #7A0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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