Html Css Color HEX #77093B Tyrian Purple

📋 copy color: '#77093B'

red 119 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #77093B

Tints of Tyrian Purple #77093B

RGB

 RED value IS 119 (46.88% from 255) = 63.64%

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

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

R = 63.64%
G = 4.81%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77093B (or 0x77093B) is known color: Tyrian Purple. HEX triplet: 77, 09 and 3B. RGB value is (119,9,59). Sum of RGB (Red+Green+Blue) = 119+9+59=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77093B is #88F6C4. Grayscale: #2F2F2F. Windows color (decimal): -8976069 or 3869047. OLE color: 3869047.

HSL color Cylindrical-coordinate representation of color #77093B: hue angle of 332.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77093B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 59 -
CMYK 0 0.92 0.50 0.53
HSL 332.73º 0.86% 0.25% -
HSV(B) 332.73º 0.92% 0.47% -
XYZ 8.49 4.43 4.55 -
YUV 47.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 119 9 59 0 0.92 0.50 0.53 332.73 0.86 0.25
Hex 77 9 3B 0 5C 32 35 14D 56 19
Octal 167 11 73 0 134 62 65 515 126 31
Binary 1110111 1001 111011 0 1011100 110010 110101 101001101 1010110 11001

Color Harmonies of #77093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77093B

Black with #77093B

Text Example


Text Example

White with #77093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,9,59); }

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

background-color css

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

 a { background-color: rgb(119,9,59); }

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

border-color css

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

 span { border-color: rgb(119,9,59); }

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