Html Css Color HEX #76004A Tyrian Purple

📋 copy color: '#76004A'

red 118 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #76004A

Tints of Tyrian Purple #76004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.46%
G = 0%
B = 38.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76004A (or 0x76004A) is known color: Tyrian Purple. HEX triplet: 76, 00 and 4A. RGB value is (118,0,74). Sum of RGB (Red+Green+Blue) = 118+0+74=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #76004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76004A is #89FFB5. Grayscale: #2B2B2B. Windows color (decimal): -9043894 or 4849782. OLE color: 4849782.

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

Color convert

RGB 118 0 74 -
CMYK 0 1 0.37 0.54
HSL 322.37º 1% 0.23% -
HSV(B) 322.37º 1% 0.46% -
XYZ 8.71 4.35 6.86 -
YUV 43.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 118 0 74 0 1 0.37 0.54 322.37 1 0.23
Hex 76 0 4A 0 64 25 36 142 64 17
Octal 166 0 112 0 144 45 66 502 144 27
Binary 1110110 0 1001010 0 1100100 100101 110110 101000010 1100100 10111

Color Harmonies of #76004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76004A

Black with #76004A

Text Example


Text Example

White with #76004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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