Html Css Color HEX #76093C Tyrian Purple

📋 copy color: '#76093C'

red 118 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #76093C

Tints of Tyrian Purple #76093C

RGB

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

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

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

R = 63.1%
G = 4.81%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76093C (or 0x76093C) is known color: Tyrian Purple. HEX triplet: 76, 09 and 3C. RGB value is (118,9,60). Sum of RGB (Red+Green+Blue) = 118+9+60=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76093C is #89F6C3. Grayscale: #2F2F2F. Windows color (decimal): -9041604 or 3934582. OLE color: 3934582.

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

Color convert

RGB 118 9 60 -
CMYK 0 0.92 0.49 0.54
HSL 331.93º 0.86% 0.25% -
HSV(B) 331.93º 0.92% 0.46% -
XYZ 8.38 4.37 4.68 -
YUV 47.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 118 9 60 0 0.92 0.49 0.54 331.93 0.86 0.25
Hex 76 9 3C 0 5C 31 36 14C 56 19
Octal 166 11 74 0 134 61 66 514 126 31
Binary 1110110 1001 111100 0 1011100 110001 110110 101001100 1010110 11001

Color Harmonies of #76093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76093C

Black with #76093C

Text Example


Text Example

White with #76093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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