Html Css Color HEX #77053D Tyrian Purple

📋 copy color: '#77053D'

red 119 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #77053D

Tints of Tyrian Purple #77053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 61 (24.22% from 255) = 32.97%

R = 64.32%
G = 2.7%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77053D (or 0x77053D) is known color: Tyrian Purple. HEX triplet: 77, 05 and 3D. RGB value is (119,5,61). Sum of RGB (Red+Green+Blue) = 119+5+61=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77053D is #88FAC2. Grayscale: #2D2D2D. Windows color (decimal): -8977091 or 3999095. OLE color: 3999095.

HSL color Cylindrical-coordinate representation of color #77053D: hue angle of 330.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77053D is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 61 -
CMYK 0 0.96 0.49 0.53
HSL 330.53º 0.92% 0.24% -
HSV(B) 330.53º 0.96% 0.47% -
XYZ 8.5 4.37 4.81 -
YUV 45.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 119 5 61 0 0.96 0.49 0.53 330.53 0.92 0.24
Hex 77 5 3D 0 60 31 35 14B 5C 18
Octal 167 5 75 0 140 61 65 513 134 30
Binary 1110111 101 111101 0 1100000 110001 110101 101001011 1011100 11000

Color Harmonies of #77053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77053D

Black with #77053D

Text Example


Text Example

White with #77053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77053D; }

 p { color: rgb(119,5,61); }

 H1.HeaderClassName
 {
   color: #77053D;
 }
 .AnyTagClassName
 {
   color: #77053D;
 }
</style>

background-color css

<style>
 a { background-color: #77053D; }

 a { background-color: rgb(119,5,61); }

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

border-color css

<style>
 span { border-color: #77053D; }

 span { border-color: rgb(119,5,61); }

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