Html Css Color HEX #78054B Tyrian Purple

📋 copy color: '#78054B'

red 120 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #78054B

Tints of Tyrian Purple #78054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 60%
G = 2.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78054B (or 0x78054B) is known color: Tyrian Purple. HEX triplet: 78, 05 and 4B. RGB value is (120,5,75). Sum of RGB (Red+Green+Blue) = 120+5+75=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78054B is #87FAB4. Grayscale: #2F2F2F. Windows color (decimal): -8911541 or 4916600. OLE color: 4916600.

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

Color convert

RGB 120 5 75 -
CMYK 0 0.96 0.37 0.53
HSL 323.48º 0.92% 0.25% -
HSV(B) 323.48º 0.96% 0.47% -
XYZ 9.07 4.61 7.07 -
YUV 47.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 120 5 75 0 0.96 0.37 0.53 323.48 0.92 0.25
Hex 78 5 4B 0 60 25 35 143 5C 19
Octal 170 5 113 0 140 45 65 503 134 31
Binary 1111000 101 1001011 0 1100000 100101 110101 101000011 1011100 11001

Color Harmonies of #78054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78054B

Black with #78054B

Text Example


Text Example

White with #78054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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