Html Css Color HEX #780350 Tyrian Purple

📋 copy color: '#780350'

red 120 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #780350

Tints of Tyrian Purple #780350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 59.11%
G = 1.48%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#780350 (or 0x780350) is known color: Tyrian Purple. HEX triplet: 78, 03 and 50. RGB value is (120,3,80). Sum of RGB (Red+Green+Blue) = 120+3+80=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780350 is #87FCAF. Grayscale: #2E2E2E. Windows color (decimal): -8912048 or 5243768. OLE color: 5243768.

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

Color convert

RGB 120 3 80 -
CMYK 0 0.98 0.33 0.53
HSL 320.51º 0.95% 0.24% -
HSV(B) 320.51º 0.98% 0.47% -
XYZ 9.23 4.64 8 -
YUV 46.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 120 3 80 0 0.98 0.33 0.53 320.51 0.95 0.24
Hex 78 3 50 0 62 21 35 141 5F 18
Octal 170 3 120 0 142 41 65 501 137 30
Binary 1111000 11 1010000 0 1100010 100001 110101 101000001 1011111 11000

Color Harmonies of #780350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780350

Black with #780350

Text Example


Text Example

White with #780350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780350; }

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

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

background-color css

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

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

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

border-color css

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

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

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