Html Css Color HEX #4F003B Tyrian Purple

📋 copy color: '#4F003B'

red 79 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #4F003B

Tints of Tyrian Purple #4F003B

RGB

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

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

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

R = 57.25%
G = 0%
B = 42.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#4F003B (or 0x4F003B) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 3B. RGB value is (79,0,59). Sum of RGB (Red+Green+Blue) = 79+0+59=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003B is #B0FFC4. Grayscale: #1E1E1E. Windows color (decimal): -11599813 or 3866703. OLE color: 3866703.

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

Color convert

RGB 79 0 59 -
CMYK 0 1 0.25 0.69
HSL 315.19º 1% 0.15% -
HSV(B) 315.19º 1% 0.31% -
XYZ 4.01 1.98 4.31 -
YUV 30.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 79 0 59 0 1 0.25 0.69 315.19 1 0.15
Hex 4F 0 3B 0 64 19 45 13B 64 F
Octal 117 0 73 0 144 31 105 473 144 17
Binary 1001111 0 111011 0 1100100 11001 1000101 100111011 1100100 1111

Color Harmonies of #4F003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F003B

Black with #4F003B

Text Example


Text Example

White with #4F003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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