Html Css Color HEX #780946 Tyrian Purple

📋 copy color: '#780946'

red 120 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #780946

Tints of Tyrian Purple #780946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 60.3%
G = 4.52%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#780946 (or 0x780946) is known color: Tyrian Purple. HEX triplet: 78, 09 and 46. RGB value is (120,9,70). Sum of RGB (Red+Green+Blue) = 120+9+70=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #780946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780946 is #87F6B9. Grayscale: #313131. Windows color (decimal): -8910522 or 4589944. OLE color: 4589944.

HSL color Cylindrical-coordinate representation of color #780946: hue angle of 327.03º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780946 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 70 -
CMYK 0 0.92 0.42 0.53
HSL 327.03º 0.86% 0.25% -
HSV(B) 327.03º 0.93% 0.47% -
XYZ 8.95 4.63 6.22 -
YUV 49.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 120 9 70 0 0.92 0.42 0.53 327.03 0.86 0.25
Hex 78 9 46 0 5C 2A 35 147 56 19
Octal 170 11 106 0 134 52 65 507 126 31
Binary 1111000 1001 1000110 0 1011100 101010 110101 101000111 1010110 11001

Color Harmonies of #780946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780946

Black with #780946

Text Example


Text Example

White with #780946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780946; }

 p { color: rgb(120,9,70); }

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

background-color css

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

 a { background-color: rgb(120,9,70); }

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

border-color css

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

 span { border-color: rgb(120,9,70); }

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