Html Css Color HEX #780147 Tyrian Purple

📋 copy color: '#780147'

red 120 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #780147

Tints of Tyrian Purple #780147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 62.5%
G = 0.52%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#780147 (or 0x780147) is known color: Tyrian Purple. HEX triplet: 78, 01 and 47. RGB value is (120,1,71). Sum of RGB (Red+Green+Blue) = 120+1+71=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #780147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780147 is #87FEB8. Grayscale: #2C2C2C. Windows color (decimal): -8912569 or 4653432. OLE color: 4653432.

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

Color convert

RGB 120 1 71 -
CMYK 0 0.99 0.41 0.53
HSL 324.71º 0.98% 0.24% -
HSV(B) 324.71º 0.99% 0.47% -
XYZ 8.89 4.47 6.36 -
YUV 44.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 120 1 71 0 0.99 0.41 0.53 324.71 0.98 0.24
Hex 78 1 47 0 63 29 35 145 62 18
Octal 170 1 107 0 143 51 65 505 142 30
Binary 1111000 1 1000111 0 1100011 101001 110101 101000101 1100010 11000

Color Harmonies of #780147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780147

Black with #780147

Text Example


Text Example

White with #780147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780147; }

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

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

background-color css

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

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

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

border-color css

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

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

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