Html Css Color HEX #76043A Tyrian Purple

📋 copy color: '#76043A'

red 118 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #76043A

Tints of Tyrian Purple #76043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 58 (23.05% from 255) = 32.22%

R = 65.56%
G = 2.22%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76043A (or 0x76043A) is known color: Tyrian Purple. HEX triplet: 76, 04 and 3A. RGB value is (118,4,58). Sum of RGB (Red+Green+Blue) = 118+4+58=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76043A is #89FBC5. Grayscale: #2C2C2C. Windows color (decimal): -9042886 or 3802230. OLE color: 3802230.

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

Color convert

RGB 118 4 58 -
CMYK 0 0.97 0.51 0.54
HSL 331.58º 0.93% 0.24% -
HSV(B) 331.58º 0.97% 0.46% -
XYZ 8.28 4.24 4.39 -
YUV 44.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 118 4 58 0 0.97 0.51 0.54 331.58 0.93 0.24
Hex 76 4 3A 0 61 33 36 14C 5D 18
Octal 166 4 72 0 141 63 66 514 135 30
Binary 1110110 100 111010 0 1100001 110011 110110 101001100 1011101 11000

Color Harmonies of #76043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76043A

Black with #76043A

Text Example


Text Example

White with #76043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,4,58); }

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

background-color css

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

 a { background-color: rgb(118,4,58); }

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

border-color css

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

 span { border-color: rgb(118,4,58); }

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