Html Css Color HEX #78093C Tyrian Purple

📋 copy color: '#78093C'

red 120 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #78093C

Tints of Tyrian Purple #78093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 63.49%
G = 4.76%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78093C (or 0x78093C) is known color: Tyrian Purple. HEX triplet: 78, 09 and 3C. RGB value is (120,9,60). Sum of RGB (Red+Green+Blue) = 120+9+60=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78093C is #87F6C3. Grayscale: #2F2F2F. Windows color (decimal): -8910532 or 3934584. OLE color: 3934584.

HSL color Cylindrical-coordinate representation of color #78093C: hue angle of 332.43º 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 #78093C is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 60 -
CMYK 0 0.92 0.5 0.53
HSL 332.43º 0.86% 0.25% -
HSV(B) 332.43º 0.93% 0.47% -
XYZ 8.66 4.51 4.69 -
YUV 48 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 120 9 60 0 0.92 0.5 0.53 332.43 0.86 0.25
Hex 78 9 3C 0 5C 32 35 14C 56 19
Octal 170 11 74 0 134 62 65 514 126 31
Binary 1111000 1001 111100 0 1011100 110010 110101 101001100 1010110 11001

Color Harmonies of #78093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78093C

Black with #78093C

Text Example


Text Example

White with #78093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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