Html Css Color HEX #4F013B Tyrian Purple

📋 copy color: '#4F013B'

red 79 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #4F013B

Tints of Tyrian Purple #4F013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 56.83%
G = 0.72%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#4F013B (or 0x4F013B) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 3B. RGB value is (79,1,59). Sum of RGB (Red+Green+Blue) = 79+1+59=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F013B is #B0FEC4. Grayscale: #1E1E1E. Windows color (decimal): -11599557 or 3866959. OLE color: 3866959.

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

Color convert

RGB 79 1 59 -
CMYK 0 0.99 0.25 0.69
HSL 315.38º 0.98% 0.16% -
HSV(B) 315.38º 0.99% 0.31% -
XYZ 4.02 2 4.31 -
YUV 30.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 79 1 59 0 0.99 0.25 0.69 315.38 0.98 0.16
Hex 4F 1 3B 0 63 19 45 13B 62 10
Octal 117 1 73 0 143 31 105 473 142 20
Binary 1001111 1 111011 0 1100011 11001 1000101 100111011 1100010 10000

Color Harmonies of #4F013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F013B

Black with #4F013B

Text Example


Text Example

White with #4F013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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