Html Css Color HEX #7A014B Tyrian Purple

📋 copy color: '#7A014B'

red 122 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #7A014B

Tints of Tyrian Purple #7A014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 61.62%
G = 0.51%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A014B (or 0x7A014B) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 4B. RGB value is (122,1,75). Sum of RGB (Red+Green+Blue) = 122+1+75=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A014B is #85FEB4. Grayscale: #2D2D2D. Windows color (decimal): -8781493 or 4915578. OLE color: 4915578.

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

Color convert

RGB 122 1 75 -
CMYK 0 0.99 0.39 0.52
HSL 323.31º 0.98% 0.24% -
HSV(B) 323.31º 0.99% 0.48% -
XYZ 9.31 4.67 7.07 -
YUV 45.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 122 1 75 0 0.99 0.39 0.52 323.31 0.98 0.24
Hex 7A 1 4B 0 63 27 34 143 62 18
Octal 172 1 113 0 143 47 64 503 142 30
Binary 1111010 1 1001011 0 1100011 100111 110100 101000011 1100010 11000

Color Harmonies of #7A014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A014B

Black with #7A014B

Text Example


Text Example

White with #7A014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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