Html Css Color HEX #780536 Tyrian Purple

📋 copy color: '#780536'

red 120 ◦ green 5 ◦ blue 54

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

Shades of Tyrian Purple #780536

Tints of Tyrian Purple #780536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.17%

R = 67.04%
G = 2.79%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#780536 (or 0x780536) is known color: Tyrian Purple. HEX triplet: 78, 05 and 36. RGB value is (120,5,54). Sum of RGB (Red+Green+Blue) = 120+5+54=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780536 is #87FAC9. Grayscale: #2C2C2C. Windows color (decimal): -8911562 or 3540344. OLE color: 3540344.

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

Color convert

RGB 120 5 54 -
CMYK 0 0.96 0.55 0.53
HSL 334.43º 0.92% 0.25% -
HSV(B) 334.43º 0.96% 0.47% -
XYZ 8.47 4.37 3.89 -
YUV 44.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 120 5 54 0 0.96 0.55 0.53 334.43 0.92 0.25
Hex 78 5 36 0 60 37 35 14E 5C 19
Octal 170 5 66 0 140 67 65 516 134 31
Binary 1111000 101 110110 0 1100000 110111 110101 101001110 1011100 11001

Color Harmonies of #780536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780536

Black with #780536

Text Example


Text Example

White with #780536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780536; }

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

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

background-color css

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

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

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

border-color css

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

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

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