Html Css Color HEX #78064A Tyrian Purple

📋 copy color: '#78064A'

red 120 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #78064A

Tints of Tyrian Purple #78064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 60%
G = 3%
B = 37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78064A (or 0x78064A) is known color: Tyrian Purple. HEX triplet: 78, 06 and 4A. RGB value is (120,6,74). Sum of RGB (Red+Green+Blue) = 120+6+74=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78064A is #87F9B5. Grayscale: #2F2F2F. Windows color (decimal): -8911286 or 4851320. OLE color: 4851320.

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

Color convert

RGB 120 6 74 -
CMYK 0 0.95 0.38 0.53
HSL 324.21º 0.9% 0.25% -
HSV(B) 324.21º 0.95% 0.47% -
XYZ 9.05 4.62 6.89 -
YUV 47.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 120 6 74 0 0.95 0.38 0.53 324.21 0.9 0.25
Hex 78 6 4A 0 5F 26 35 144 5A 19
Octal 170 6 112 0 137 46 65 504 132 31
Binary 1111000 110 1001010 0 1011111 100110 110101 101000100 1011010 11001

Color Harmonies of #78064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78064A

Black with #78064A

Text Example


Text Example

White with #78064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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