Html Css Color HEX #76034C Tyrian Purple

📋 copy color: '#76034C'

red 118 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #76034C

Tints of Tyrian Purple #76034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 59.9%
G = 1.52%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76034C (or 0x76034C) is known color: Tyrian Purple. HEX triplet: 76, 03 and 4C. RGB value is (118,3,76). Sum of RGB (Red+Green+Blue) = 118+3+76=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76034C is #89FCB3. Grayscale: #2D2D2D. Windows color (decimal): -9043124 or 4981622. OLE color: 4981622.

HSL color Cylindrical-coordinate representation of color #76034C: hue angle of 321.91º degrees, saturation: 0.95, 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 #76034C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 76 -
CMYK 0 0.97 0.36 0.54
HSL 321.91º 0.95% 0.24% -
HSV(B) 321.91º 0.97% 0.46% -
XYZ 8.81 4.44 7.23 -
YUV 45.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 118 3 76 0 0.97 0.36 0.54 321.91 0.95 0.24
Hex 76 3 4C 0 61 24 36 142 5F 18
Octal 166 3 114 0 141 44 66 502 137 30
Binary 1110110 11 1001100 0 1100001 100100 110110 101000010 1011111 11000

Color Harmonies of #76034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76034C

Black with #76034C

Text Example


Text Example

White with #76034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,3,76); }

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

background-color css

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

 a { background-color: rgb(118,3,76); }

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

border-color css

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

 span { border-color: rgb(118,3,76); }

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