Html Css Color HEX #76004C Tyrian Purple

📋 copy color: '#76004C'

red 118 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #76004C

Tints of Tyrian Purple #76004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.82%
G = 0%
B = 39.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76004C (or 0x76004C) is known color: Tyrian Purple. HEX triplet: 76, 00 and 4C. RGB value is (118,0,76). Sum of RGB (Red+Green+Blue) = 118+0+76=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76004C is #89FFB3. Grayscale: #2B2B2B. Windows color (decimal): -9043892 or 4980854. OLE color: 4980854.

HSL color Cylindrical-coordinate representation of color #76004C: hue angle of 321.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76004C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 76 -
CMYK 0 1 0.36 0.54
HSL 321.36º 1% 0.23% -
HSV(B) 321.36º 1% 0.46% -
XYZ 8.78 4.37 7.22 -
YUV 43.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 118 0 76 0 1 0.36 0.54 321.36 1 0.23
Hex 76 0 4C 0 64 24 36 141 64 17
Octal 166 0 114 0 144 44 66 501 144 27
Binary 1110110 0 1001100 0 1100100 100100 110110 101000001 1100100 10111

Color Harmonies of #76004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76004C

Black with #76004C

Text Example


Text Example

White with #76004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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