Html Css Color HEX #780958 Tyrian Purple

📋 copy color: '#780958'

red 120 ◦ green 9 ◦ blue 88

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

Shades of Tyrian Purple #780958

Tints of Tyrian Purple #780958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 55.3%
G = 4.15%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#780958 (or 0x780958) is known color: Tyrian Purple. HEX triplet: 78, 09 and 58. RGB value is (120,9,88). Sum of RGB (Red+Green+Blue) = 120+9+88=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #780958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780958 is #87F6A7. Grayscale: #323232. Windows color (decimal): -8910504 or 5769592. OLE color: 5769592.

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

Color convert

RGB 120 9 88 -
CMYK 0 0.92 0.27 0.53
HSL 317.3º 0.86% 0.25% -
HSV(B) 317.3º 0.93% 0.47% -
XYZ 9.6 4.89 9.67 -
YUV 51.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 120 9 88 0 0.92 0.27 0.53 317.3 0.86 0.25
Hex 78 9 58 0 5C 1B 35 13D 56 19
Octal 170 11 130 0 134 33 65 475 126 31
Binary 1111000 1001 1011000 0 1011100 11011 110101 100111101 1010110 11001

Color Harmonies of #780958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780958

Black with #780958

Text Example


Text Example

White with #780958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780958; }

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

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

background-color css

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

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

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

border-color css

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

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

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