Html Css Color HEX #7A0241 Tyrian Purple

📋 copy color: '#7A0241'

red 122 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #7A0241

Tints of Tyrian Purple #7A0241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 64.55%
G = 1.06%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A0241 (or 0x7A0241) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 41. RGB value is (122,2,65). Sum of RGB (Red+Green+Blue) = 122+2+65=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0241 is #85FDBE. Grayscale: #2C2C2C. Windows color (decimal): -8781247 or 4260474. OLE color: 4260474.

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

Color convert

RGB 122 2 65 -
CMYK 0 0.98 0.47 0.52
HSL 328.5º 0.97% 0.24% -
HSV(B) 328.5º 0.98% 0.48% -
XYZ 9 4.56 5.41 -
YUV 45.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 122 2 65 0 0.98 0.47 0.52 328.5 0.97 0.24
Hex 7A 2 41 0 62 2F 34 148 61 18
Octal 172 2 101 0 142 57 64 510 141 30
Binary 1111010 10 1000001 0 1100010 101111 110100 101001000 1100001 11000

Color Harmonies of #7A0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0241

Black with #7A0241

Text Example


Text Example

White with #7A0241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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