Html Css Color HEX #78003D Tyrian Purple

📋 copy color: '#78003D'

red 120 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #78003D

Tints of Tyrian Purple #78003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 66.3%
G = 0%
B = 33.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78003D (or 0x78003D) is known color: Tyrian Purple. HEX triplet: 78, 00 and 3D. RGB value is (120,0,61). Sum of RGB (Red+Green+Blue) = 120+0+61=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78003D is #87FFC2. Grayscale: #2A2A2A. Windows color (decimal): -8912835 or 3997816. OLE color: 3997816.

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

Color convert

RGB 120 0 61 -
CMYK 0 1 0.49 0.53
HSL 329.5º 1% 0.24% -
HSV(B) 329.5º 1% 0.47% -
XYZ 8.59 4.33 4.8 -
YUV 42.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 120 0 61 0 1 0.49 0.53 329.5 1 0.24
Hex 78 0 3D 0 64 31 35 14A 64 18
Octal 170 0 75 0 144 61 65 512 144 30
Binary 1111000 0 111101 0 1100100 110001 110101 101001010 1100100 11000

Color Harmonies of #78003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78003D

Black with #78003D

Text Example


Text Example

White with #78003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78003D; }

 p { color: rgb(120,0,61); }

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

background-color css

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

 a { background-color: rgb(120,0,61); }

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

border-color css

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

 span { border-color: rgb(120,0,61); }

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