Html Css Color HEX #76093A Tyrian Purple

📋 copy color: '#76093A'

red 118 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #76093A

Tints of Tyrian Purple #76093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 63.78%
G = 4.86%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76093A (or 0x76093A) is known color: Tyrian Purple. HEX triplet: 76, 09 and 3A. RGB value is (118,9,58). Sum of RGB (Red+Green+Blue) = 118+9+58=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76093A is #89F6C5. Grayscale: #2F2F2F. Windows color (decimal): -9041606 or 3803510. OLE color: 3803510.

HSL color Cylindrical-coordinate representation of color #76093A: hue angle of 333.03º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76093A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 58 -
CMYK 0 0.92 0.51 0.54
HSL 333.03º 0.86% 0.25% -
HSV(B) 333.03º 0.92% 0.46% -
XYZ 8.33 4.35 4.4 -
YUV 47.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 118 9 58 0 0.92 0.51 0.54 333.03 0.86 0.25
Hex 76 9 3A 0 5C 33 36 14D 56 19
Octal 166 11 72 0 134 63 66 515 126 31
Binary 1110110 1001 111010 0 1011100 110011 110110 101001101 1010110 11001

Color Harmonies of #76093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76093A

Black with #76093A

Text Example


Text Example

White with #76093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76093A; }

 p { color: rgb(118,9,58); }

 H1.HeaderClassName
 {
   color: #76093A;
 }
 .AnyTagClassName
 {
   color: #76093A;
 }
</style>

background-color css

<style>
 a { background-color: #76093A; }

 a { background-color: rgb(118,9,58); }

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

border-color css

<style>
 span { border-color: #76093A; }

 span { border-color: rgb(118,9,58); }

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