Html Css Color HEX #78013B Tyrian Purple

📋 copy color: '#78013B'

red 120 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #78013B

Tints of Tyrian Purple #78013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 66.67%
G = 0.56%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78013B (or 0x78013B) is known color: Tyrian Purple. HEX triplet: 78, 01 and 3B. RGB value is (120,1,59). Sum of RGB (Red+Green+Blue) = 120+1+59=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #78013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78013B is #87FEC4. Grayscale: #2B2B2B. Windows color (decimal): -8912581 or 3867000. OLE color: 3867000.

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

Color convert

RGB 120 1 59 -
CMYK 0 0.99 0.51 0.53
HSL 330.76º 0.98% 0.24% -
HSV(B) 330.76º 0.99% 0.47% -
XYZ 8.55 4.33 4.52 -
YUV 43.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 120 1 59 0 0.99 0.51 0.53 330.76 0.98 0.24
Hex 78 1 3B 0 63 33 35 14B 62 18
Octal 170 1 73 0 143 63 65 513 142 30
Binary 1111000 1 111011 0 1100011 110011 110101 101001011 1100010 11000

Color Harmonies of #78013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78013B

Black with #78013B

Text Example


Text Example

White with #78013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78013B; }

 p { color: rgb(120,1,59); }

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

background-color css

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

 a { background-color: rgb(120,1,59); }

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

border-color css

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

 span { border-color: rgb(120,1,59); }

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