Html Css Color HEX #76053E Tyrian Purple

📋 copy color: '#76053E'

red 118 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #76053E

Tints of Tyrian Purple #76053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 63.78%
G = 2.7%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76053E (or 0x76053E) is known color: Tyrian Purple. HEX triplet: 76, 05 and 3E. RGB value is (118,5,62). Sum of RGB (Red+Green+Blue) = 118+5+62=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76053E is #89FAC1. Grayscale: #2D2D2D. Windows color (decimal): -9042626 or 4064630. OLE color: 4064630.

HSL color Cylindrical-coordinate representation of color #76053E: hue angle of 329.73º 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 #76053E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 62 -
CMYK 0 0.96 0.47 0.54
HSL 329.73º 0.92% 0.24% -
HSV(B) 329.73º 0.96% 0.46% -
XYZ 8.39 4.31 4.95 -
YUV 45.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 118 5 62 0 0.96 0.47 0.54 329.73 0.92 0.24
Hex 76 5 3E 0 60 2F 36 14A 5C 18
Octal 166 5 76 0 140 57 66 512 134 30
Binary 1110110 101 111110 0 1100000 101111 110110 101001010 1011100 11000

Color Harmonies of #76053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76053E

Black with #76053E

Text Example


Text Example

White with #76053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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