Html Css Color HEX #78044B Tyrian Purple

📋 copy color: '#78044B'

red 120 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #78044B

Tints of Tyrian Purple #78044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 60.3%
G = 2.01%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78044B (or 0x78044B) is known color: Tyrian Purple. HEX triplet: 78, 04 and 4B. RGB value is (120,4,75). Sum of RGB (Red+Green+Blue) = 120+4+75=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78044B is #87FBB4. Grayscale: #2E2E2E. Windows color (decimal): -8911797 or 4916344. OLE color: 4916344.

HSL color Cylindrical-coordinate representation of color #78044B: hue angle of 323.28º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78044B is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 75 -
CMYK 0 0.97 0.37 0.53
HSL 323.28º 0.94% 0.24% -
HSV(B) 323.28º 0.97% 0.47% -
XYZ 9.06 4.59 7.06 -
YUV 46.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 120 4 75 0 0.97 0.37 0.53 323.28 0.94 0.24
Hex 78 4 4B 0 61 25 35 143 5E 18
Octal 170 4 113 0 141 45 65 503 136 30
Binary 1111000 100 1001011 0 1100001 100101 110101 101000011 1011110 11000

Color Harmonies of #78044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78044B

Black with #78044B

Text Example


Text Example

White with #78044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78044B; }

 p { color: rgb(120,4,75); }

 H1.HeaderClassName
 {
   color: #78044B;
 }
 .AnyTagClassName
 {
   color: #78044B;
 }
</style>

background-color css

<style>
 a { background-color: #78044B; }

 a { background-color: rgb(120,4,75); }

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

border-color css

<style>
 span { border-color: #78044B; }

 span { border-color: rgb(120,4,75); }

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