Html Css Color HEX #4F0042 Tyrian Purple

📋 copy color: '#4F0042'

red 79 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #4F0042

Tints of Tyrian Purple #4F0042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.52%

R = 54.48%
G = 0%
B = 45.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#4F0042 (or 0x4F0042) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 42. RGB value is (79,0,66). Sum of RGB (Red+Green+Blue) = 79+0+66=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0042 is #B0FFBD. Grayscale: #1E1E1E. Windows color (decimal): -11599806 or 4325455. OLE color: 4325455.

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

Color convert

RGB 79 0 66 -
CMYK 0 1 0.16 0.69
HSL 309.87º 1% 0.15% -
HSV(B) 309.87º 1% 0.31% -
XYZ 4.21 2.06 5.33 -
YUV 31.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 79 0 66 0 1 0.16 0.69 309.87 1 0.15
Hex 4F 0 42 0 64 10 45 136 64 F
Octal 117 0 102 0 144 20 105 466 144 17
Binary 1001111 0 1000010 0 1100100 10000 1000101 100110110 1100100 1111

Color Harmonies of #4F0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0042

Black with #4F0042

Text Example


Text Example

White with #4F0042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,66); }

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

background-color css

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

 a { background-color: rgb(79,0,66); }

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

border-color css

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

 span { border-color: rgb(79,0,66); }

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