Html Css Color HEX #78024F Tyrian Purple

📋 copy color: '#78024F'

red 120 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #78024F

Tints of Tyrian Purple #78024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 59.7%
G = 1%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78024F (or 0x78024F) is known color: Tyrian Purple. HEX triplet: 78, 02 and 4F. RGB value is (120,2,79). Sum of RGB (Red+Green+Blue) = 120+2+79=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78024F is #87FDB0. Grayscale: #2D2D2D. Windows color (decimal): -8912305 or 5177976. OLE color: 5177976.

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

Color convert

RGB 120 2 79 -
CMYK 0 0.98 0.34 0.53
HSL 320.85º 0.97% 0.24% -
HSV(B) 320.85º 0.98% 0.47% -
XYZ 9.18 4.6 7.8 -
YUV 46.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 120 2 79 0 0.98 0.34 0.53 320.85 0.97 0.24
Hex 78 2 4F 0 62 22 35 141 61 18
Octal 170 2 117 0 142 42 65 501 141 30
Binary 1111000 10 1001111 0 1100010 100010 110101 101000001 1100001 11000

Color Harmonies of #78024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78024F

Black with #78024F

Text Example


Text Example

White with #78024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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