Html Css Color HEX #76003C Tyrian Purple

📋 copy color: '#76003C'

red 118 ◦ green 0 ◦ blue 60

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

Shades of Tyrian Purple #76003C

Tints of Tyrian Purple #76003C

RGB

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

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

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

R = 66.29%
G = 0%
B = 33.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76003C (or 0x76003C) is known color: Tyrian Purple. HEX triplet: 76, 00 and 3C. RGB value is (118,0,60). Sum of RGB (Red+Green+Blue) = 118+0+60=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76003C is #89FFC3. Grayscale: #2A2A2A. Windows color (decimal): -9043908 or 3932278. OLE color: 3932278.

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

Color convert

RGB 118 0 60 -
CMYK 0 1 0.49 0.54
HSL 329.49º 1% 0.23% -
HSV(B) 329.49º 1% 0.46% -
XYZ 8.29 4.18 4.64 -
YUV 42.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 118 0 60 0 1 0.49 0.54 329.49 1 0.23
Hex 76 0 3C 0 64 31 36 149 64 17
Octal 166 0 74 0 144 61 66 511 144 27
Binary 1110110 0 111100 0 1100100 110001 110110 101001001 1100100 10111

Color Harmonies of #76003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76003C

Black with #76003C

Text Example


Text Example

White with #76003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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