Html Css Color HEX #780354 Tyrian Purple

📋 copy color: '#780354'

red 120 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #780354

Tints of Tyrian Purple #780354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 57.97%
G = 1.45%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#780354 (or 0x780354) is known color: Tyrian Purple. HEX triplet: 78, 03 and 54. RGB value is (120,3,84). Sum of RGB (Red+Green+Blue) = 120+3+84=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #780354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780354 is #87FCAB. Grayscale: #2F2F2F. Windows color (decimal): -8912044 or 5505912. OLE color: 5505912.

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

Color convert

RGB 120 3 84 -
CMYK 0 0.98 0.3 0.53
HSL 318.46º 0.95% 0.24% -
HSV(B) 318.46º 0.98% 0.47% -
XYZ 9.38 4.7 8.8 -
YUV 47.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 120 3 84 0 0.98 0.3 0.53 318.46 0.95 0.24
Hex 78 3 54 0 62 1E 35 13E 5F 18
Octal 170 3 124 0 142 36 65 476 137 30
Binary 1111000 11 1010100 0 1100010 11110 110101 100111110 1011111 11000

Color Harmonies of #780354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780354

Black with #780354

Text Example


Text Example

White with #780354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780354; }

 p { color: rgb(120,3,84); }

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

background-color css

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

 a { background-color: rgb(120,3,84); }

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

border-color css

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

 span { border-color: rgb(120,3,84); }

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