Html Css Color HEX #780558 Tyrian Purple

📋 copy color: '#780558'

red 120 ◦ green 5 ◦ blue 88

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

Shades of Tyrian Purple #780558

Tints of Tyrian Purple #780558

RGB

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

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

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

R = 56.34%
G = 2.35%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#780558 (or 0x780558) is known color: Tyrian Purple. HEX triplet: 78, 05 and 58. RGB value is (120,5,88). Sum of RGB (Red+Green+Blue) = 120+5+88=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780558 is #87FAA7. Grayscale: #303030. Windows color (decimal): -8911528 or 5768568. OLE color: 5768568.

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

Color convert

RGB 120 5 88 -
CMYK 0 0.96 0.27 0.53
HSL 316.7º 0.92% 0.25% -
HSV(B) 316.7º 0.96% 0.47% -
XYZ 9.56 4.81 9.66 -
YUV 48.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 120 5 88 0 0.96 0.27 0.53 316.7 0.92 0.25
Hex 78 5 58 0 60 1B 35 13D 5C 19
Octal 170 5 130 0 140 33 65 475 134 31
Binary 1111000 101 1011000 0 1100000 11011 110101 100111101 1011100 11001

Color Harmonies of #780558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780558

Black with #780558

Text Example


Text Example

White with #780558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780558; }

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

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

background-color css

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

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

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

border-color css

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

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

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