Html Css Color HEX #4F0D48 Tyrian Purple

📋 copy color: '#4F0D48'

red 79 ◦ green 13 ◦ blue 72

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

Shades of Tyrian Purple #4F0D48

Tints of Tyrian Purple #4F0D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.93%

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 48.17%
G = 7.93%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F0D48 (or 0x4F0D48) is known color: Tyrian Purple. HEX triplet: 4F, 0D and 48. RGB value is (79,13,72). Sum of RGB (Red+Green+Blue) = 79+13+72=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D48 is #B0F2B7. Grayscale: #272727. Windows color (decimal): -11596472 or 4721999. OLE color: 4721999.

HSL color Cylindrical-coordinate representation of color #4F0D48: hue angle of 306.36º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D48 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 13 72 -
CMYK 0 0.84 0.09 0.69
HSL 306.36º 0.72% 0.18% -
HSV(B) 306.36º 0.84% 0.31% -
XYZ 4.54 2.42 6.36 -
YUV 39.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 79 13 72 0 0.84 0.09 0.69 306.36 0.72 0.18
Hex 4F D 48 0 54 9 45 132 48 12
Octal 117 15 110 0 124 11 105 462 110 22
Binary 1001111 1101 1001000 0 1010100 1001 1000101 100110010 1001000 10010

Color Harmonies of #4F0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0D48

Black with #4F0D48

Text Example


Text Example

White with #4F0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,72); }

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

background-color css

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

 a { background-color: rgb(79,13,72); }

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

border-color css

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

 span { border-color: rgb(79,13,72); }

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