Html Css Color HEX #78014B Tyrian Purple

📋 copy color: '#78014B'

red 120 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #78014B

Tints of Tyrian Purple #78014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 61.22%
G = 0.51%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78014B (or 0x78014B) is known color: Tyrian Purple. HEX triplet: 78, 01 and 4B. RGB value is (120,1,75). Sum of RGB (Red+Green+Blue) = 120+1+75=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78014B is #87FEB4. Grayscale: #2C2C2C. Windows color (decimal): -8912565 or 4915576. OLE color: 4915576.

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

Color convert

RGB 120 1 75 -
CMYK 0 0.99 0.37 0.53
HSL 322.69º 0.98% 0.24% -
HSV(B) 322.69º 0.99% 0.47% -
XYZ 9.03 4.52 7.05 -
YUV 45.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 120 1 75 0 0.99 0.37 0.53 322.69 0.98 0.24
Hex 78 1 4B 0 63 25 35 143 62 18
Octal 170 1 113 0 143 45 65 503 142 30
Binary 1111000 1 1001011 0 1100011 100101 110101 101000011 1100010 11000

Color Harmonies of #78014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78014B

Black with #78014B

Text Example


Text Example

White with #78014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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