Html Css Color HEX #780145 Tyrian Purple

📋 copy color: '#780145'

red 120 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #780145

Tints of Tyrian Purple #780145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 63.16%
G = 0.53%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#780145 (or 0x780145) is known color: Tyrian Purple. HEX triplet: 78, 01 and 45. RGB value is (120,1,69). Sum of RGB (Red+Green+Blue) = 120+1+69=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780145 is #87FEBA. Grayscale: #2C2C2C. Windows color (decimal): -8912571 or 4522360. OLE color: 4522360.

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

Color convert

RGB 120 1 69 -
CMYK 0 0.99 0.42 0.53
HSL 325.71º 0.98% 0.24% -
HSV(B) 325.71º 0.99% 0.47% -
XYZ 8.83 4.44 6.02 -
YUV 44.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 120 1 69 0 0.99 0.42 0.53 325.71 0.98 0.24
Hex 78 1 45 0 63 2A 35 146 62 18
Octal 170 1 105 0 143 52 65 506 142 30
Binary 1111000 1 1000101 0 1100011 101010 110101 101000110 1100010 11000

Color Harmonies of #780145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780145

Black with #780145

Text Example


Text Example

White with #780145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780145; }

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

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

background-color css

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

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

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

border-color css

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

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

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