Html Css Color HEX #77093F Tyrian Purple

📋 copy color: '#77093F'

red 119 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #77093F

Tints of Tyrian Purple #77093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.98%

R = 62.3%
G = 4.71%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77093F (or 0x77093F) is known color: Tyrian Purple. HEX triplet: 77, 09 and 3F. RGB value is (119,9,63). Sum of RGB (Red+Green+Blue) = 119+9+63=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #77093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77093F is #88F6C0. Grayscale: #2F2F2F. Windows color (decimal): -8976065 or 4131191. OLE color: 4131191.

HSL color Cylindrical-coordinate representation of color #77093F: hue angle of 330.55º 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 #77093F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 63 -
CMYK 0 0.92 0.47 0.53
HSL 330.55º 0.86% 0.25% -
HSV(B) 330.55º 0.92% 0.47% -
XYZ 8.6 4.48 5.11 -
YUV 48.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 119 9 63 0 0.92 0.47 0.53 330.55 0.86 0.25
Hex 77 9 3F 0 5C 2F 35 14B 56 19
Octal 167 11 77 0 134 57 65 513 126 31
Binary 1110111 1001 111111 0 1011100 101111 110101 101001011 1010110 11001

Color Harmonies of #77093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77093F

Black with #77093F

Text Example


Text Example

White with #77093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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