Html Css Color HEX #76013E Tyrian Purple

📋 copy color: '#76013E'

red 118 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #76013E

Tints of Tyrian Purple #76013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 65.19%
G = 0.55%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76013E (or 0x76013E) is known color: Tyrian Purple. HEX triplet: 76, 01 and 3E. RGB value is (118,1,62). Sum of RGB (Red+Green+Blue) = 118+1+62=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76013E is #89FEC1. Grayscale: #2A2A2A. Windows color (decimal): -9043650 or 4063606. OLE color: 4063606.

HSL color Cylindrical-coordinate representation of color #76013E: hue angle of 328.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76013E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 62 -
CMYK 0 0.99 0.47 0.54
HSL 328.72º 0.98% 0.23% -
HSV(B) 328.72º 0.99% 0.46% -
XYZ 8.35 4.22 4.93 -
YUV 42.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 118 1 62 0 0.99 0.47 0.54 328.72 0.98 0.23
Hex 76 1 3E 0 63 2F 36 149 62 17
Octal 166 1 76 0 143 57 66 511 142 27
Binary 1110110 1 111110 0 1100011 101111 110110 101001001 1100010 10111

Color Harmonies of #76013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76013E

Black with #76013E

Text Example


Text Example

White with #76013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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