Html Css Color HEX #78004B Tyrian Purple

📋 copy color: '#78004B'

red 120 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #78004B

Tints of Tyrian Purple #78004B

RGB

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

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

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

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78004B (or 0x78004B) is known color: Tyrian Purple. HEX triplet: 78, 00 and 4B. RGB value is (120,0,75). Sum of RGB (Red+Green+Blue) = 120+0+75=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #78004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78004B is #87FFB4. Grayscale: #2C2C2C. Windows color (decimal): -8912821 or 4915320. OLE color: 4915320.

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

Color convert

RGB 120 0 75 -
CMYK 0 1 0.37 0.53
HSL 322.5º 1% 0.24% -
HSV(B) 322.5º 1% 0.47% -
XYZ 9.02 4.5 7.05 -
YUV 44.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 120 0 75 0 1 0.37 0.53 322.5 1 0.24
Hex 78 0 4B 0 64 25 35 142 64 18
Octal 170 0 113 0 144 45 65 502 144 30
Binary 1111000 0 1001011 0 1100100 100101 110101 101000010 1100100 11000

Color Harmonies of #78004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78004B

Black with #78004B

Text Example


Text Example

White with #78004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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