Html Css Color HEX #4F0A45 Tyrian Purple

📋 copy color: '#4F0A45'

red 79 ◦ green 10 ◦ blue 69

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

Shades of Tyrian Purple #4F0A45

Tints of Tyrian Purple #4F0A45

RGB

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

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

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

R = 50%
G = 6.33%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4F0A45 (or 0x4F0A45) is known color: Tyrian Purple. HEX triplet: 4F, 0A and 45. RGB value is (79,10,69). Sum of RGB (Red+Green+Blue) = 79+10+69=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0A45 is #B0F5BA. Grayscale: #252525. Windows color (decimal): -11597243 or 4524623. OLE color: 4524623.

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

Color convert

RGB 79 10 69 -
CMYK 0 0.87 0.13 0.69
HSL 308.7º 0.78% 0.17% -
HSV(B) 308.7º 0.87% 0.31% -
XYZ 4.41 2.31 5.84 -
YUV 37.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 79 10 69 0 0.87 0.13 0.69 308.7 0.78 0.17
Hex 4F A 45 0 57 D 45 135 4E 11
Octal 117 12 105 0 127 15 105 465 116 21
Binary 1001111 1010 1000101 0 1010111 1101 1000101 100110101 1001110 10001

Color Harmonies of #4F0A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A45

Black with #4F0A45

Text Example


Text Example

White with #4F0A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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