Html Css Color HEX #4F003D Tyrian Purple

📋 copy color: '#4F003D'

red 79 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #4F003D

Tints of Tyrian Purple #4F003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.57%

R = 56.43%
G = 0%
B = 43.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4F003D (or 0x4F003D) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 3D. RGB value is (79,0,61). Sum of RGB (Red+Green+Blue) = 79+0+61=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003D is #B0FFC2. Grayscale: #1E1E1E. Windows color (decimal): -11599811 or 3997775. OLE color: 3997775.

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

Color convert

RGB 79 0 61 -
CMYK 0 1 0.23 0.69
HSL 313.67º 1% 0.15% -
HSV(B) 313.67º 1% 0.31% -
XYZ 4.07 2 4.59 -
YUV 30.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 79 0 61 0 1 0.23 0.69 313.67 1 0.15
Hex 4F 0 3D 0 64 17 45 13A 64 F
Octal 117 0 75 0 144 27 105 472 144 17
Binary 1001111 0 111101 0 1100100 10111 1000101 100111010 1100100 1111

Color Harmonies of #4F003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F003D

Black with #4F003D

Text Example


Text Example

White with #4F003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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