Html Css Color HEX #77013D Tyrian Purple

📋 copy color: '#77013D'

red 119 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #77013D

Tints of Tyrian Purple #77013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 65.75%
G = 0.55%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77013D (or 0x77013D) is known color: Tyrian Purple. HEX triplet: 77, 01 and 3D. RGB value is (119,1,61). Sum of RGB (Red+Green+Blue) = 119+1+61=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77013D is #88FEC2. Grayscale: #2B2B2B. Windows color (decimal): -8978115 or 3998071. OLE color: 3998071.

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

Color convert

RGB 119 1 61 -
CMYK 0 0.99 0.49 0.53
HSL 329.49º 0.98% 0.24% -
HSV(B) 329.49º 0.99% 0.47% -
XYZ 8.46 4.28 4.8 -
YUV 43.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 119 1 61 0 0.99 0.49 0.53 329.49 0.98 0.24
Hex 77 1 3D 0 63 31 35 149 62 18
Octal 167 1 75 0 143 61 65 511 142 30
Binary 1110111 1 111101 0 1100011 110001 110101 101001001 1100010 11000

Color Harmonies of #77013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77013D

Black with #77013D

Text Example


Text Example

White with #77013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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