Html Css Color HEX #4F0030 Tyrian Purple

📋 copy color: '#4F0030'

red 79 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #4F0030

Tints of Tyrian Purple #4F0030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.8%

R = 62.2%
G = 0%
B = 37.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#4F0030 (or 0x4F0030) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 30. RGB value is (79,0,48). Sum of RGB (Red+Green+Blue) = 79+0+48=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0030 is #B0FFCF. Grayscale: #1C1C1C. Windows color (decimal): -11599824 or 3145807. OLE color: 3145807.

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

Color convert

RGB 79 0 48 -
CMYK 0 1 0.39 0.69
HSL 323.54º 1% 0.15% -
HSV(B) 323.54º 1% 0.31% -
XYZ 3.76 1.88 2.96 -
YUV 29.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 79 0 48 0 1 0.39 0.69 323.54 1 0.15
Hex 4F 0 30 0 64 27 45 144 64 F
Octal 117 0 60 0 144 47 105 504 144 17
Binary 1001111 0 110000 0 1100100 100111 1000101 101000100 1100100 1111

Color Harmonies of #4F0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0030

Black with #4F0030

Text Example


Text Example

White with #4F0030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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