Html Css Color HEX #76033D Tyrian Purple

📋 copy color: '#76033D'

red 118 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #76033D

Tints of Tyrian Purple #76033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 64.84%
G = 1.65%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76033D (or 0x76033D) is known color: Tyrian Purple. HEX triplet: 76, 03 and 3D. RGB value is (118,3,61). Sum of RGB (Red+Green+Blue) = 118+3+61=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76033D is #89FCC2. Grayscale: #2B2B2B. Windows color (decimal): -9043139 or 3998582. OLE color: 3998582.

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

Color convert

RGB 118 3 61 -
CMYK 0 0.97 0.48 0.54
HSL 329.74º 0.95% 0.24% -
HSV(B) 329.74º 0.97% 0.46% -
XYZ 8.35 4.25 4.8 -
YUV 44 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 118 3 61 0 0.97 0.48 0.54 329.74 0.95 0.24
Hex 76 3 3D 0 61 30 36 14A 5F 18
Octal 166 3 75 0 141 60 66 512 137 30
Binary 1110110 11 111101 0 1100001 110000 110110 101001010 1011111 11000

Color Harmonies of #76033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76033D

Black with #76033D

Text Example


Text Example

White with #76033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76033D; }

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

 H1.HeaderClassName
 {
   color: #76033D;
 }
 .AnyTagClassName
 {
   color: #76033D;
 }
</style>

background-color css

<style>
 a { background-color: #76033D; }

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

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

border-color css

<style>
 span { border-color: #76033D; }

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

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