Html Css Color HEX #78074F Tyrian Purple

📋 copy color: '#78074F'

red 120 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #78074F

Tints of Tyrian Purple #78074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 58.25%
G = 3.4%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78074F (or 0x78074F) is known color: Tyrian Purple. HEX triplet: 78, 07 and 4F. RGB value is (120,7,79). Sum of RGB (Red+Green+Blue) = 120+7+79=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78074F is #87F8B0. Grayscale: #303030. Windows color (decimal): -8911025 or 5179256. OLE color: 5179256.

HSL color Cylindrical-coordinate representation of color #78074F: hue angle of 321.77º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78074F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 79 -
CMYK 0 0.94 0.34 0.53
HSL 321.77º 0.89% 0.25% -
HSV(B) 321.77º 0.94% 0.47% -
XYZ 9.23 4.71 7.82 -
YUV 49 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 120 7 79 0 0.94 0.34 0.53 321.77 0.89 0.25
Hex 78 7 4F 0 5E 22 35 142 59 19
Octal 170 7 117 0 136 42 65 502 131 31
Binary 1111000 111 1001111 0 1011110 100010 110101 101000010 1011001 11001

Color Harmonies of #78074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78074F

Black with #78074F

Text Example


Text Example

White with #78074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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