Html Css Color HEX #77024F Tyrian Purple

📋 copy color: '#77024F'

red 119 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #77024F

Tints of Tyrian Purple #77024F

RGB

 RED value IS 119 (46.88% from 255) = 59.5%

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

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

R = 59.5%
G = 1%
B = 39.5%

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

#77024F (or 0x77024F) is known color: Tyrian Purple. HEX triplet: 77, 02 and 4F. RGB value is (119,2,79). Sum of RGB (Red+Green+Blue) = 119+2+79=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77024F is #88FDB0. Grayscale: #2D2D2D. Windows color (decimal): -8977841 or 5177975. OLE color: 5177975.

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

Color convert

RGB 119 2 79 -
CMYK 0 0.98 0.34 0.53
HSL 320.51º 0.97% 0.24% -
HSV(B) 320.51º 0.98% 0.47% -
XYZ 9.04 4.53 7.79 -
YUV 45.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 119 2 79 0 0.98 0.34 0.53 320.51 0.97 0.24
Hex 77 2 4F 0 62 22 35 141 61 18
Octal 167 2 117 0 142 42 65 501 141 30
Binary 1110111 10 1001111 0 1100010 100010 110101 101000001 1100001 11000

Color Harmonies of #77024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77024F

Black with #77024F

Text Example


Text Example

White with #77024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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