Html Css Color HEX #4F0045 Tyrian Purple

📋 copy color: '#4F0045'

red 79 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #4F0045

Tints of Tyrian Purple #4F0045

RGB

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

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

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

R = 53.38%
G = 0%
B = 46.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4F0045 (or 0x4F0045) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 45. RGB value is (79,0,69). Sum of RGB (Red+Green+Blue) = 79+0+69=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0045 is #B0FFBA. Grayscale: #1F1F1F. Windows color (decimal): -11599803 or 4522063. OLE color: 4522063.

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

Color convert

RGB 79 0 69 -
CMYK 0 1 0.13 0.69
HSL 307.59º 1% 0.15% -
HSV(B) 307.59º 1% 0.31% -
XYZ 4.3 2.09 5.81 -
YUV 31.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 79 0 69 0 1 0.13 0.69 307.59 1 0.15
Hex 4F 0 45 0 64 D 45 134 64 F
Octal 117 0 105 0 144 15 105 464 144 17
Binary 1001111 0 1000101 0 1100100 1101 1000101 100110100 1100100 1111

Color Harmonies of #4F0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0045

Black with #4F0045

Text Example


Text Example

White with #4F0045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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