Html Css Color HEX #76024D Tyrian Purple

📋 copy color: '#76024D'

red 118 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #76024D

Tints of Tyrian Purple #76024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 59.9%
G = 1.02%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76024D (or 0x76024D) is known color: Tyrian Purple. HEX triplet: 76, 02 and 4D. RGB value is (118,2,77). Sum of RGB (Red+Green+Blue) = 118+2+77=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76024D is #89FDB2. Grayscale: #2D2D2D. Windows color (decimal): -9043379 or 5046902. OLE color: 5046902.

HSL color Cylindrical-coordinate representation of color #76024D: hue angle of 321.21º 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 #76024D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 77 -
CMYK 0 0.98 0.35 0.54
HSL 321.21º 0.97% 0.24% -
HSV(B) 321.21º 0.98% 0.46% -
XYZ 8.83 4.43 7.41 -
YUV 45.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 118 2 77 0 0.98 0.35 0.54 321.21 0.97 0.24
Hex 76 2 4D 0 62 23 36 141 61 18
Octal 166 2 115 0 142 43 66 501 141 30
Binary 1110110 10 1001101 0 1100010 100011 110110 101000001 1100001 11000

Color Harmonies of #76024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76024D

Black with #76024D

Text Example


Text Example

White with #76024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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