Html Css Color HEX #4F013F Tyrian Purple

📋 copy color: '#4F013F'

red 79 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #4F013F

Tints of Tyrian Purple #4F013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 63 (25% from 255) = 44.06%

R = 55.24%
G = 0.7%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F013F (or 0x4F013F) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 3F. RGB value is (79,1,63). Sum of RGB (Red+Green+Blue) = 79+1+63=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F013F is #B0FEC0. Grayscale: #1F1F1F. Windows color (decimal): -11599553 or 4129103. OLE color: 4129103.

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

Color convert

RGB 79 1 63 -
CMYK 0 0.99 0.20 0.69
HSL 312.31º 0.98% 0.16% -
HSV(B) 312.31º 0.99% 0.31% -
XYZ 4.13 2.04 4.88 -
YUV 31.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 79 1 63 0 0.99 0.20 0.69 312.31 0.98 0.16
Hex 4F 1 3F 0 63 14 45 138 62 10
Octal 117 1 77 0 143 24 105 470 142 20
Binary 1001111 1 111111 0 1100011 10100 1000101 100111000 1100010 10000

Color Harmonies of #4F013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F013F

Black with #4F013F

Text Example


Text Example

White with #4F013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,63); }

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

background-color css

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

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

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

border-color css

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

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

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