Html Css Color HEX #4F0246 Tyrian Purple

📋 copy color: '#4F0246'

red 79 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #4F0246

Tints of Tyrian Purple #4F0246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.36%

R = 52.32%
G = 1.32%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#4F0246 (or 0x4F0246) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 46. RGB value is (79,2,70). Sum of RGB (Red+Green+Blue) = 79+2+70=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0246 is #B0FDB9. Grayscale: #202020. Windows color (decimal): -11599290 or 4588111. OLE color: 4588111.

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

Color convert

RGB 79 2 70 -
CMYK 0 0.97 0.11 0.69
HSL 307.01º 0.95% 0.16% -
HSV(B) 307.01º 0.97% 0.31% -
XYZ 4.35 2.15 5.98 -
YUV 32.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 79 2 70 0 0.97 0.11 0.69 307.01 0.95 0.16
Hex 4F 2 46 0 61 B 45 133 5F 10
Octal 117 2 106 0 141 13 105 463 137 20
Binary 1001111 10 1000110 0 1100001 1011 1000101 100110011 1011111 10000

Color Harmonies of #4F0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0246

Black with #4F0246

Text Example


Text Example

White with #4F0246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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