Html Css Color HEX #78013F Tyrian Purple

📋 copy color: '#78013F'

red 120 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #78013F

Tints of Tyrian Purple #78013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.24%

R = 65.22%
G = 0.54%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78013F (or 0x78013F) is known color: Tyrian Purple. HEX triplet: 78, 01 and 3F. RGB value is (120,1,63). Sum of RGB (Red+Green+Blue) = 120+1+63=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78013F is #87FEC0. Grayscale: #2B2B2B. Windows color (decimal): -8912577 or 4129144. OLE color: 4129144.

HSL color Cylindrical-coordinate representation of color #78013F: hue angle of 328.74º 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 #78013F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 63 -
CMYK 0 0.99 0.48 0.53
HSL 328.74º 0.98% 0.24% -
HSV(B) 328.74º 0.99% 0.47% -
XYZ 8.65 4.37 5.09 -
YUV 43.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 120 1 63 0 0.99 0.48 0.53 328.74 0.98 0.24
Hex 78 1 3F 0 63 30 35 149 62 18
Octal 170 1 77 0 143 60 65 511 142 30
Binary 1111000 1 111111 0 1100011 110000 110101 101001001 1100010 11000

Color Harmonies of #78013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78013F

Black with #78013F

Text Example


Text Example

White with #78013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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