Html Css Color HEX #4F0A3F Tyrian Purple

📋 copy color: '#4F0A3F'

red 79 ◦ green 10 ◦ blue 63

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

Shades of Tyrian Purple #4F0A3F

Tints of Tyrian Purple #4F0A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.58%

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

R = 51.97%
G = 6.58%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F0A3F (or 0x4F0A3F) is known color: Tyrian Purple. HEX triplet: 4F, 0A and 3F. RGB value is (79,10,63). Sum of RGB (Red+Green+Blue) = 79+10+63=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0A3F is #B0F5C0. Grayscale: #242424. Windows color (decimal): -11597249 or 4131407. OLE color: 4131407.

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

Color convert

RGB 79 10 63 -
CMYK 0 0.87 0.20 0.69
HSL 313.91º 0.78% 0.17% -
HSV(B) 313.91º 0.87% 0.31% -
XYZ 4.23 2.24 4.91 -
YUV 36.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 79 10 63 0 0.87 0.20 0.69 313.91 0.78 0.17
Hex 4F A 3F 0 57 14 45 13A 4E 11
Octal 117 12 77 0 127 24 105 472 116 21
Binary 1001111 1010 111111 0 1010111 10100 1000101 100111010 1001110 10001

Color Harmonies of #4F0A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A3F

Black with #4F0A3F

Text Example


Text Example

White with #4F0A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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