Html Css Color HEX #4F004F Tyrian Purple

📋 copy color: '#4F004F'

red 79 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #4F004F

Tints of Tyrian Purple #4F004F

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F004F (or 0x4F004F) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 4F. RGB value is (79,0,79). Sum of RGB (Red+Green+Blue) = 79+0+79=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F004F is #B0FFB0. Grayscale: #202020. Windows color (decimal): -11599793 or 5177423. OLE color: 5177423.

HSL color Cylindrical-coordinate representation of color #4F004F: hue angle of 300º 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 #4F004F is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 0 79 -
CMYK 0 1 0 0.69
HSL 300º 1% 0.15% -
HSV(B) 300º 1% 0.31% -
XYZ 4.64 2.23 7.58 -
YUV 32.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 79 0 79 0 1 0 0.69 300 1 0.15
Hex 4F 0 4F 0 64 0 45 12C 64 F
Octal 117 0 117 0 144 0 105 454 144 17
Binary 1001111 0 1001111 0 1100100 0 1000101 100101100 1100100 1111

Color Harmonies of #4F004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F004F

Black with #4F004F

Text Example


Text Example

White with #4F004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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