Html Css Color HEX #76013C Tyrian Purple

📋 copy color: '#76013C'

red 118 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #76013C

Tints of Tyrian Purple #76013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 65.92%
G = 0.56%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76013C (or 0x76013C) is known color: Tyrian Purple. HEX triplet: 76, 01 and 3C. RGB value is (118,1,60). Sum of RGB (Red+Green+Blue) = 118+1+60=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76013C is #89FEC3. Grayscale: #2A2A2A. Windows color (decimal): -9043652 or 3932534. OLE color: 3932534.

HSL color Cylindrical-coordinate representation of color #76013C: hue angle of 329.74º 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 #76013C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 60 -
CMYK 0 0.99 0.49 0.54
HSL 329.74º 0.98% 0.23% -
HSV(B) 329.74º 0.99% 0.46% -
XYZ 8.3 4.2 4.65 -
YUV 42.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 118 1 60 0 0.99 0.49 0.54 329.74 0.98 0.23
Hex 76 1 3C 0 63 31 36 14A 62 17
Octal 166 1 74 0 143 61 66 512 142 27
Binary 1110110 1 111100 0 1100011 110001 110110 101001010 1100010 10111

Color Harmonies of #76013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76013C

Black with #76013C

Text Example


Text Example

White with #76013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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