Html Css Color HEX #76033B Tyrian Purple

📋 copy color: '#76033B'

red 118 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #76033B

Tints of Tyrian Purple #76033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 65.56%
G = 1.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76033B (or 0x76033B) is known color: Tyrian Purple. HEX triplet: 76, 03 and 3B. RGB value is (118,3,59). Sum of RGB (Red+Green+Blue) = 118+3+59=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76033B is #89FCC4. Grayscale: #2B2B2B. Windows color (decimal): -9043141 or 3867510. OLE color: 3867510.

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

Color convert

RGB 118 3 59 -
CMYK 0 0.97 0.50 0.54
HSL 330.78º 0.95% 0.24% -
HSV(B) 330.78º 0.97% 0.46% -
XYZ 8.29 4.23 4.52 -
YUV 43.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 118 3 59 0 0.97 0.50 0.54 330.78 0.95 0.24
Hex 76 3 3B 0 61 32 36 14B 5F 18
Octal 166 3 73 0 141 62 66 513 137 30
Binary 1110110 11 111011 0 1100001 110010 110110 101001011 1011111 11000

Color Harmonies of #76033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76033B

Black with #76033B

Text Example


Text Example

White with #76033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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