Html Css Color HEX #4F0138 Tyrian Purple

📋 copy color: '#4F0138'

red 79 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #4F0138

Tints of Tyrian Purple #4F0138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 58.09%
G = 0.74%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#4F0138 (or 0x4F0138) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 38. RGB value is (79,1,56). Sum of RGB (Red+Green+Blue) = 79+1+56=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0138 is #B0FEC7. Grayscale: #1E1E1E. Windows color (decimal): -11599560 or 3670351. OLE color: 3670351.

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

Color convert

RGB 79 1 56 -
CMYK 0 0.99 0.29 0.69
HSL 317.69º 0.98% 0.16% -
HSV(B) 317.69º 0.99% 0.31% -
XYZ 3.95 1.97 3.91 -
YUV 30.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 79 1 56 0 0.99 0.29 0.69 317.69 0.98 0.16
Hex 4F 1 38 0 63 1D 45 13E 62 10
Octal 117 1 70 0 143 35 105 476 142 20
Binary 1001111 1 111000 0 1100011 11101 1000101 100111110 1100010 10000

Color Harmonies of #4F0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0138

Black with #4F0138

Text Example


Text Example

White with #4F0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,56); }

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

background-color css

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

 a { background-color: rgb(79,1,56); }

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

border-color css

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

 span { border-color: rgb(79,1,56); }

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