Html Css Color HEX #7A054C Tyrian Purple

📋 copy color: '#7A054C'

red 122 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #7A054C

Tints of Tyrian Purple #7A054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 60.1%
G = 2.46%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A054C (or 0x7A054C) is known color: Tyrian Purple. HEX triplet: 7A, 05 and 4C. RGB value is (122,5,76). Sum of RGB (Red+Green+Blue) = 122+5+76=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A054C is #85FAB3. Grayscale: #2F2F2F. Windows color (decimal): -8780468 or 4982138. OLE color: 4982138.

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

Color convert

RGB 122 5 76 -
CMYK 0 0.96 0.38 0.52
HSL 323.59º 0.92% 0.25% -
HSV(B) 323.59º 0.96% 0.48% -
XYZ 9.38 4.77 7.26 -
YUV 48.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 122 5 76 0 0.96 0.38 0.52 323.59 0.92 0.25
Hex 7A 5 4C 0 60 26 34 144 5C 19
Octal 172 5 114 0 140 46 64 504 134 31
Binary 1111010 101 1001100 0 1100000 100110 110100 101000100 1011100 11001

Color Harmonies of #7A054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A054C

Black with #7A054C

Text Example


Text Example

White with #7A054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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