Html Css Color HEX #76043F Tyrian Purple

📋 copy color: '#76043F'

red 118 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #76043F

Tints of Tyrian Purple #76043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

 BLUE value IS 63 (25% from 255) = 34.05%

R = 63.78%
G = 2.16%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76043F (or 0x76043F) is known color: Tyrian Purple. HEX triplet: 76, 04 and 3F. RGB value is (118,4,63). Sum of RGB (Red+Green+Blue) = 118+4+63=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76043F is #89FBC0. Grayscale: #2C2C2C. Windows color (decimal): -9042881 or 4129910. OLE color: 4129910.

HSL color Cylindrical-coordinate representation of color #76043F: hue angle of 328.95º degrees, saturation: 0.93, 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 #76043F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 63 -
CMYK 0 0.97 0.47 0.54
HSL 328.95º 0.93% 0.24% -
HSV(B) 328.95º 0.97% 0.46% -
XYZ 8.41 4.3 5.09 -
YUV 44.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 118 4 63 0 0.97 0.47 0.54 328.95 0.93 0.24
Hex 76 4 3F 0 61 2F 36 149 5D 18
Octal 166 4 77 0 141 57 66 511 135 30
Binary 1110110 100 111111 0 1100001 101111 110110 101001001 1011101 11000

Color Harmonies of #76043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76043F

Black with #76043F

Text Example


Text Example

White with #76043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76043F; }

 p { color: rgb(118,4,63); }

 H1.HeaderClassName
 {
   color: #76043F;
 }
 .AnyTagClassName
 {
   color: #76043F;
 }
</style>

background-color css

<style>
 a { background-color: #76043F; }

 a { background-color: rgb(118,4,63); }

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

border-color css

<style>
 span { border-color: #76043F; }

 span { border-color: rgb(118,4,63); }

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