Html Css Color HEX #780540 Tyrian Purple

📋 copy color: '#780540'

red 120 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #780540

Tints of Tyrian Purple #780540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 63.49%
G = 2.65%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#780540 (or 0x780540) is known color: Tyrian Purple. HEX triplet: 78, 05 and 40. RGB value is (120,5,64). Sum of RGB (Red+Green+Blue) = 120+5+64=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #780540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780540 is #87FABF. Grayscale: #2D2D2D. Windows color (decimal): -8911552 or 4195704. OLE color: 4195704.

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

Color convert

RGB 120 5 64 -
CMYK 0 0.96 0.47 0.53
HSL 329.22º 0.92% 0.25% -
HSV(B) 329.22º 0.96% 0.47% -
XYZ 8.73 4.47 5.25 -
YUV 46.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 120 5 64 0 0.96 0.47 0.53 329.22 0.92 0.25
Hex 78 5 40 0 60 2F 35 149 5C 19
Octal 170 5 100 0 140 57 65 511 134 31
Binary 1111000 101 1000000 0 1100000 101111 110101 101001001 1011100 11001

Color Harmonies of #780540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780540

Black with #780540

Text Example


Text Example

White with #780540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780540; }

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

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

background-color css

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

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

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

border-color css

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

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

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