Html Css Color HEX #4F0B45 Tyrian Purple

📋 copy color: '#4F0B45'

red 79 ◦ green 11 ◦ blue 69

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

Shades of Tyrian Purple #4F0B45

Tints of Tyrian Purple #4F0B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

 BLUE value IS 69 (27.34% from 255) = 43.4%

R = 49.69%
G = 6.92%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4F0B45 (or 0x4F0B45) is known color: Tyrian Purple. HEX triplet: 4F, 0B and 45. RGB value is (79,11,69). Sum of RGB (Red+Green+Blue) = 79+11+69=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B45 is #B0F4BA. Grayscale: #252525. Windows color (decimal): -11596987 or 4524879. OLE color: 4524879.

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

Color convert

RGB 79 11 69 -
CMYK 0 0.86 0.13 0.69
HSL 308.82º 0.76% 0.18% -
HSV(B) 308.82º 0.86% 0.31% -
XYZ 4.42 2.33 5.85 -
YUV 37.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 79 11 69 0 0.86 0.13 0.69 308.82 0.76 0.18
Hex 4F B 45 0 56 D 45 135 4C 12
Octal 117 13 105 0 126 15 105 465 114 22
Binary 1001111 1011 1000101 0 1010110 1101 1000101 100110101 1001100 10010

Color Harmonies of #4F0B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0B45

Black with #4F0B45

Text Example


Text Example

White with #4F0B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,11,69); }

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

background-color css

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

 a { background-color: rgb(79,11,69); }

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

border-color css

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

 span { border-color: rgb(79,11,69); }

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