Html Css Color HEX #78014F Tyrian Purple

📋 copy color: '#78014F'

red 120 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #78014F

Tints of Tyrian Purple #78014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 60%
G = 0.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78014F (or 0x78014F) is known color: Tyrian Purple. HEX triplet: 78, 01 and 4F. RGB value is (120,1,79). Sum of RGB (Red+Green+Blue) = 120+1+79=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78014F is #87FEB0. Grayscale: #2D2D2D. Windows color (decimal): -8912561 or 5177720. OLE color: 5177720.

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

Color convert

RGB 120 1 79 -
CMYK 0 0.99 0.34 0.53
HSL 320.67º 0.98% 0.24% -
HSV(B) 320.67º 0.99% 0.47% -
XYZ 9.17 4.58 7.8 -
YUV 45.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 120 1 79 0 0.99 0.34 0.53 320.67 0.98 0.24
Hex 78 1 4F 0 63 22 35 141 62 18
Octal 170 1 117 0 143 42 65 501 142 30
Binary 1111000 1 1001111 0 1100011 100010 110101 101000001 1100010 11000

Color Harmonies of #78014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78014F

Black with #78014F

Text Example


Text Example

White with #78014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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