Html Css Color HEX #76014A Tyrian Purple

📋 copy color: '#76014A'

red 118 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #76014A

Tints of Tyrian Purple #76014A

RGB

 RED value IS 118 (46.48% from 255) = 61.14%

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

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 61.14%
G = 0.52%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76014A (or 0x76014A) is known color: Tyrian Purple. HEX triplet: 76, 01 and 4A. RGB value is (118,1,74). Sum of RGB (Red+Green+Blue) = 118+1+74=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76014A is #89FEB5. Grayscale: #2C2C2C. Windows color (decimal): -9043638 or 4850038. OLE color: 4850038.

HSL color Cylindrical-coordinate representation of color #76014A: hue angle of 322.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76014A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 74 -
CMYK 0 0.99 0.37 0.54
HSL 322.56º 0.98% 0.23% -
HSV(B) 322.56º 0.99% 0.46% -
XYZ 8.72 4.37 6.86 -
YUV 44.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 118 1 74 0 0.99 0.37 0.54 322.56 0.98 0.23
Hex 76 1 4A 0 63 25 36 143 62 17
Octal 166 1 112 0 143 45 66 503 142 27
Binary 1110110 1 1001010 0 1100011 100101 110110 101000011 1100010 10111

Color Harmonies of #76014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76014A

Black with #76014A

Text Example


Text Example

White with #76014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76014A; }

 p { color: rgb(118,1,74); }

 H1.HeaderClassName
 {
   color: #76014A;
 }
 .AnyTagClassName
 {
   color: #76014A;
 }
</style>

background-color css

<style>
 a { background-color: #76014A; }

 a { background-color: rgb(118,1,74); }

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

border-color css

<style>
 span { border-color: #76014A; }

 span { border-color: rgb(118,1,74); }

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