Html Css Color HEX #76024A Tyrian Purple

📋 copy color: '#76024A'

red 118 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #76024A

Tints of Tyrian Purple #76024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 60.82%
G = 1.03%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76024A (or 0x76024A) is known color: Tyrian Purple. HEX triplet: 76, 02 and 4A. RGB value is (118,2,74). Sum of RGB (Red+Green+Blue) = 118+2+74=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76024A is #89FDB5. Grayscale: #2C2C2C. Windows color (decimal): -9043382 or 4850294. OLE color: 4850294.

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

Color convert

RGB 118 2 74 -
CMYK 0 0.98 0.37 0.54
HSL 322.76º 0.97% 0.24% -
HSV(B) 322.76º 0.98% 0.46% -
XYZ 8.73 4.39 6.87 -
YUV 44.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 118 2 74 0 0.98 0.37 0.54 322.76 0.97 0.24
Hex 76 2 4A 0 62 25 36 143 61 18
Octal 166 2 112 0 142 45 66 503 141 30
Binary 1110110 10 1001010 0 1100010 100101 110110 101000011 1100001 11000

Color Harmonies of #76024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76024A

Black with #76024A

Text Example


Text Example

White with #76024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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