Html Css Color HEX #78064E Tyrian Purple

📋 copy color: '#78064E'

red 120 ◦ green 6 ◦ blue 78

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

Shades of Tyrian Purple #78064E

Tints of Tyrian Purple #78064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 58.82%
G = 2.94%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78064E (or 0x78064E) is known color: Tyrian Purple. HEX triplet: 78, 06 and 4E. RGB value is (120,6,78). Sum of RGB (Red+Green+Blue) = 120+6+78=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78064E is #87F9B1. Grayscale: #303030. Windows color (decimal): -8911282 or 5113464. OLE color: 5113464.

HSL color Cylindrical-coordinate representation of color #78064E: hue angle of 322.11º 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 #78064E is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 78 -
CMYK 0 0.95 0.35 0.53
HSL 322.11º 0.9% 0.25% -
HSV(B) 322.11º 0.95% 0.47% -
XYZ 9.19 4.67 7.63 -
YUV 48.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 120 6 78 0 0.95 0.35 0.53 322.11 0.9 0.25
Hex 78 6 4E 0 5F 23 35 142 5A 19
Octal 170 6 116 0 137 43 65 502 132 31
Binary 1111000 110 1001110 0 1011111 100011 110101 101000010 1011010 11001

Color Harmonies of #78064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78064E

Black with #78064E

Text Example


Text Example

White with #78064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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