Html Css Color HEX #4F0240 Tyrian Purple

📋 copy color: '#4F0240'

red 79 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #4F0240

Tints of Tyrian Purple #4F0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 64 (25.39% from 255) = 44.14%

R = 54.48%
G = 1.38%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4F0240 (or 0x4F0240) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 40. RGB value is (79,2,64). Sum of RGB (Red+Green+Blue) = 79+2+64=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0240 is #B0FDBF. Grayscale: #1F1F1F. Windows color (decimal): -11599296 or 4194895. OLE color: 4194895.

HSL color Cylindrical-coordinate representation of color #4F0240: hue angle of 311.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0240 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 2 64 -
CMYK 0 0.97 0.19 0.69
HSL 311.69º 0.95% 0.16% -
HSV(B) 311.69º 0.97% 0.31% -
XYZ 4.17 2.08 5.03 -
YUV 32.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 79 2 64 0 0.97 0.19 0.69 311.69 0.95 0.16
Hex 4F 2 40 0 61 13 45 138 5F 10
Octal 117 2 100 0 141 23 105 470 137 20
Binary 1001111 10 1000000 0 1100001 10011 1000101 100111000 1011111 10000

Color Harmonies of #4F0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0240

Black with #4F0240

Text Example


Text Example

White with #4F0240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,2,64); }

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

background-color css

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

 a { background-color: rgb(79,2,64); }

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

border-color css

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

 span { border-color: rgb(79,2,64); }

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