Html Css Color HEX #780141 Tyrian Purple

📋 copy color: '#780141'

red 120 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #780141

Tints of Tyrian Purple #780141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 64.52%
G = 0.54%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#780141 (or 0x780141) is known color: Tyrian Purple. HEX triplet: 78, 01 and 41. RGB value is (120,1,65). Sum of RGB (Red+Green+Blue) = 120+1+65=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #780141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780141 is #87FEBE. Grayscale: #2B2B2B. Windows color (decimal): -8912575 or 4260216. OLE color: 4260216.

HSL color Cylindrical-coordinate representation of color #780141: hue angle of 327.73º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780141 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 65 -
CMYK 0 0.99 0.46 0.53
HSL 327.73º 0.98% 0.24% -
HSV(B) 327.73º 0.99% 0.47% -
XYZ 8.71 4.4 5.39 -
YUV 43.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 120 1 65 0 0.99 0.46 0.53 327.73 0.98 0.24
Hex 78 1 41 0 63 2E 35 148 62 18
Octal 170 1 101 0 143 56 65 510 142 30
Binary 1111000 1 1000001 0 1100011 101110 110101 101001000 1100010 11000

Color Harmonies of #780141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780141

Black with #780141

Text Example


Text Example

White with #780141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780141; }

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

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

background-color css

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

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

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

border-color css

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

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

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