Html Css Color HEX #78084A Tyrian Purple

📋 copy color: '#78084A'

red 120 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #78084A

Tints of Tyrian Purple #78084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.96%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 59.41%
G = 3.96%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78084A (or 0x78084A) is known color: Tyrian Purple. HEX triplet: 78, 08 and 4A. RGB value is (120,8,74). Sum of RGB (Red+Green+Blue) = 120+8+74=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78084A is #87F7B5. Grayscale: #303030. Windows color (decimal): -8910774 or 4851832. OLE color: 4851832.

HSL color Cylindrical-coordinate representation of color #78084A: hue angle of 324.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78084A is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 74 -
CMYK 0 0.93 0.38 0.53
HSL 324.64º 0.88% 0.25% -
HSV(B) 324.64º 0.93% 0.47% -
XYZ 9.07 4.66 6.9 -
YUV 49.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 120 8 74 0 0.93 0.38 0.53 324.64 0.88 0.25
Hex 78 8 4A 0 5D 26 35 145 58 19
Octal 170 10 112 0 135 46 65 505 130 31
Binary 1111000 1000 1001010 0 1011101 100110 110101 101000101 1011000 11001

Color Harmonies of #78084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78084A

Black with #78084A

Text Example


Text Example

White with #78084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78084A; }

 p { color: rgb(120,8,74); }

 H1.HeaderClassName
 {
   color: #78084A;
 }
 .AnyTagClassName
 {
   color: #78084A;
 }
</style>

background-color css

<style>
 a { background-color: #78084A; }

 a { background-color: rgb(120,8,74); }

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

border-color css

<style>
 span { border-color: #78084A; }

 span { border-color: rgb(120,8,74); }

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