Html Css Color HEX #78024B Tyrian Purple

📋 copy color: '#78024B'

red 120 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #78024B

Tints of Tyrian Purple #78024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 60.91%
G = 1.02%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78024B (or 0x78024B) is known color: Tyrian Purple. HEX triplet: 78, 02 and 4B. RGB value is (120,2,75). Sum of RGB (Red+Green+Blue) = 120+2+75=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78024B is #87FDB4. Grayscale: #2D2D2D. Windows color (decimal): -8912309 or 4915832. OLE color: 4915832.

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

Color convert

RGB 120 2 75 -
CMYK 0 0.98 0.37 0.53
HSL 322.88º 0.97% 0.24% -
HSV(B) 322.88º 0.98% 0.47% -
XYZ 9.04 4.54 7.06 -
YUV 45.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 120 2 75 0 0.98 0.37 0.53 322.88 0.97 0.24
Hex 78 2 4B 0 62 25 35 143 61 18
Octal 170 2 113 0 142 45 65 503 141 30
Binary 1111000 10 1001011 0 1100010 100101 110101 101000011 1100001 11000

Color Harmonies of #78024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78024B

Black with #78024B

Text Example


Text Example

White with #78024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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