Html Css Color HEX #4F002F Tyrian Purple

📋 copy color: '#4F002F'

red 79 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #4F002F

Tints of Tyrian Purple #4F002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 62.7%
G = 0%
B = 37.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4F002F (or 0x4F002F) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 2F. RGB value is (79,0,47). Sum of RGB (Red+Green+Blue) = 79+0+47=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002F is #B0FFD0. Grayscale: #1C1C1C. Windows color (decimal): -11599825 or 3080271. OLE color: 3080271.

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

Color convert

RGB 79 0 47 -
CMYK 0 1 0.41 0.69
HSL 324.3º 1% 0.15% -
HSV(B) 324.3º 1% 0.31% -
XYZ 3.74 1.87 2.85 -
YUV 28.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 79 0 47 0 1 0.41 0.69 324.3 1 0.15
Hex 4F 0 2F 0 64 29 45 144 64 F
Octal 117 0 57 0 144 51 105 504 144 17
Binary 1001111 0 101111 0 1100100 101001 1000101 101000100 1100100 1111

Color Harmonies of #4F002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F002F

Black with #4F002F

Text Example


Text Example

White with #4F002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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