Html Css Color HEX #780448 Tyrian Purple

📋 copy color: '#780448'

red 120 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #780448

Tints of Tyrian Purple #780448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 61.22%
G = 2.04%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#780448 (or 0x780448) is known color: Tyrian Purple. HEX triplet: 78, 04 and 48. RGB value is (120,4,72). Sum of RGB (Red+Green+Blue) = 120+4+72=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #780448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780448 is #87FBB7. Grayscale: #2E2E2E. Windows color (decimal): -8911800 or 4719736. OLE color: 4719736.

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

Color convert

RGB 120 4 72 -
CMYK 0 0.97 0.40 0.53
HSL 324.83º 0.94% 0.24% -
HSV(B) 324.83º 0.97% 0.47% -
XYZ 8.96 4.55 6.54 -
YUV 46.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 120 4 72 0 0.97 0.40 0.53 324.83 0.94 0.24
Hex 78 4 48 0 61 28 35 145 5E 18
Octal 170 4 110 0 141 50 65 505 136 30
Binary 1111000 100 1001000 0 1100001 101000 110101 101000101 1011110 11000

Color Harmonies of #780448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780448

Black with #780448

Text Example


Text Example

White with #780448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780448; }

 p { color: rgb(120,4,72); }

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

background-color css

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

 a { background-color: rgb(120,4,72); }

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

border-color css

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

 span { border-color: rgb(120,4,72); }

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