Html Css Color HEX #4F053E Tyrian Purple

📋 copy color: '#4F053E'

red 79 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #4F053E

Tints of Tyrian Purple #4F053E

RGB

 RED value IS 79 (31.25% from 255) = 54.11%

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 62 (24.61% from 255) = 42.47%

R = 54.11%
G = 3.42%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4F053E (or 0x4F053E) is known color: Tyrian Purple. HEX triplet: 4F, 05 and 3E. RGB value is (79,5,62). Sum of RGB (Red+Green+Blue) = 79+5+62=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F053E is #B0FAC1. Grayscale: #212121. Windows color (decimal): -11598530 or 4064591. OLE color: 4064591.

HSL color Cylindrical-coordinate representation of color #4F053E: hue angle of 313.78º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F053E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 5 62 -
CMYK 0 0.94 0.22 0.69
HSL 313.78º 0.88% 0.16% -
HSV(B) 313.78º 0.94% 0.31% -
XYZ 4.15 2.12 4.75 -
YUV 33.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 79 5 62 0 0.94 0.22 0.69 313.78 0.88 0.16
Hex 4F 5 3E 0 5E 16 45 13A 58 10
Octal 117 5 76 0 136 26 105 472 130 20
Binary 1001111 101 111110 0 1011110 10110 1000101 100111010 1011000 10000

Color Harmonies of #4F053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F053E

Black with #4F053E

Text Example


Text Example

White with #4F053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F053E; }

 p { color: rgb(79,5,62); }

 H1.HeaderClassName
 {
   color: #4F053E;
 }
 .AnyTagClassName
 {
   color: #4F053E;
 }
</style>

background-color css

<style>
 a { background-color: #4F053E; }

 a { background-color: rgb(79,5,62); }

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

border-color css

<style>
 span { border-color: #4F053E; }

 span { border-color: rgb(79,5,62); }

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