Html Css Color HEX #76053A Tyrian Purple

📋 copy color: '#76053A'

red 118 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #76053A

Tints of Tyrian Purple #76053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 65.19%
G = 2.76%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76053A (or 0x76053A) is known color: Tyrian Purple. HEX triplet: 76, 05 and 3A. RGB value is (118,5,58). Sum of RGB (Red+Green+Blue) = 118+5+58=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76053A is #89FAC5. Grayscale: #2C2C2C. Windows color (decimal): -9042630 or 3802486. OLE color: 3802486.

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

Color convert

RGB 118 5 58 -
CMYK 0 0.96 0.51 0.54
HSL 331.86º 0.92% 0.24% -
HSV(B) 331.86º 0.96% 0.46% -
XYZ 8.29 4.27 4.39 -
YUV 44.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 118 5 58 0 0.96 0.51 0.54 331.86 0.92 0.24
Hex 76 5 3A 0 60 33 36 14C 5C 18
Octal 166 5 72 0 140 63 66 514 134 30
Binary 1110110 101 111010 0 1100000 110011 110110 101001100 1011100 11000

Color Harmonies of #76053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76053A

Black with #76053A

Text Example


Text Example

White with #76053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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