Html Css Color HEX #780541 Tyrian Purple

📋 copy color: '#780541'

red 120 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #780541

Tints of Tyrian Purple #780541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 63.16%
G = 2.63%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#780541 (or 0x780541) is known color: Tyrian Purple. HEX triplet: 78, 05 and 41. RGB value is (120,5,65). Sum of RGB (Red+Green+Blue) = 120+5+65=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780541 is #87FABE. Grayscale: #2E2E2E. Windows color (decimal): -8911551 or 4261240. OLE color: 4261240.

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

Color convert

RGB 120 5 65 -
CMYK 0 0.96 0.46 0.53
HSL 328.7º 0.92% 0.25% -
HSV(B) 328.7º 0.96% 0.47% -
XYZ 8.75 4.48 5.4 -
YUV 46.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 120 5 65 0 0.96 0.46 0.53 328.7 0.92 0.25
Hex 78 5 41 0 60 2E 35 149 5C 19
Octal 170 5 101 0 140 56 65 511 134 31
Binary 1111000 101 1000001 0 1100000 101110 110101 101001001 1011100 11001

Color Harmonies of #780541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780541

Black with #780541

Text Example


Text Example

White with #780541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780541; }

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

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

background-color css

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

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

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

border-color css

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

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

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