Html Css Color HEX #7A014E Tyrian Purple

📋 copy color: '#7A014E'

red 122 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #7A014E

Tints of Tyrian Purple #7A014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 60.7%
G = 0.5%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7A014E (or 0x7A014E) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 4E. RGB value is (122,1,78). Sum of RGB (Red+Green+Blue) = 122+1+78=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A014E is #85FEB1. Grayscale: #2D2D2D. Windows color (decimal): -8781490 or 5112186. OLE color: 5112186.

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

Color convert

RGB 122 1 78 -
CMYK 0 0.99 0.36 0.52
HSL 321.82º 0.98% 0.24% -
HSV(B) 321.82º 0.99% 0.48% -
XYZ 9.41 4.71 7.62 -
YUV 45.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 122 1 78 0 0.99 0.36 0.52 321.82 0.98 0.24
Hex 7A 1 4E 0 63 24 34 142 62 18
Octal 172 1 116 0 143 44 64 502 142 30
Binary 1111010 1 1001110 0 1100011 100100 110100 101000010 1100010 11000

Color Harmonies of #7A014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A014E

Black with #7A014E

Text Example


Text Example

White with #7A014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,78); }

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

background-color css

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

 a { background-color: rgb(122,1,78); }

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

border-color css

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

 span { border-color: rgb(122,1,78); }

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