Html Css Color HEX #780458 Tyrian Purple

📋 copy color: '#780458'

red 120 ◦ green 4 ◦ blue 88

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

Shades of Tyrian Purple #780458

Tints of Tyrian Purple #780458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 56.6%
G = 1.89%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#780458 (or 0x780458) is known color: Tyrian Purple. HEX triplet: 78, 04 and 58. RGB value is (120,4,88). Sum of RGB (Red+Green+Blue) = 120+4+88=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780458 is #87FBA7. Grayscale: #303030. Windows color (decimal): -8911784 or 5768312. OLE color: 5768312.

HSL color Cylindrical-coordinate representation of color #780458: hue angle of 316.55º 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 #780458 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 88 -
CMYK 0 0.97 0.27 0.53
HSL 316.55º 0.94% 0.24% -
HSV(B) 316.55º 0.97% 0.47% -
XYZ 9.55 4.78 9.65 -
YUV 48.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 120 4 88 0 0.97 0.27 0.53 316.55 0.94 0.24
Hex 78 4 58 0 61 1B 35 13D 5E 18
Octal 170 4 130 0 141 33 65 475 136 30
Binary 1111000 100 1011000 0 1100001 11011 110101 100111101 1011110 11000

Color Harmonies of #780458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780458

Black with #780458

Text Example


Text Example

White with #780458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780458; }

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

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

background-color css

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

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

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

border-color css

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

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

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