Html Css Color HEX #78014D Tyrian Purple

📋 copy color: '#78014D'

red 120 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #78014D

Tints of Tyrian Purple #78014D

RGB

 RED value IS 120 (47.27% from 255) = 60.61%

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 60.61%
G = 0.51%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78014D (or 0x78014D) is known color: Tyrian Purple. HEX triplet: 78, 01 and 4D. RGB value is (120,1,77). Sum of RGB (Red+Green+Blue) = 120+1+77=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78014D is #87FEB2. Grayscale: #2D2D2D. Windows color (decimal): -8912563 or 5046648. OLE color: 5046648.

HSL color Cylindrical-coordinate representation of color #78014D: hue angle of 321.68º 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 #78014D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 77 -
CMYK 0 0.99 0.36 0.53
HSL 321.68º 0.98% 0.24% -
HSV(B) 321.68º 0.99% 0.47% -
XYZ 9.1 4.55 7.42 -
YUV 45.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 120 1 77 0 0.99 0.36 0.53 321.68 0.98 0.24
Hex 78 1 4D 0 63 24 35 142 62 18
Octal 170 1 115 0 143 44 65 502 142 30
Binary 1111000 1 1001101 0 1100011 100100 110101 101000010 1100010 11000

Color Harmonies of #78014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78014D

Black with #78014D

Text Example


Text Example

White with #78014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,1,77); }

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

background-color css

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

 a { background-color: rgb(120,1,77); }

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

border-color css

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

 span { border-color: rgb(120,1,77); }

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