Html Css Color HEX #4F0148 Tyrian Purple

📋 copy color: '#4F0148'

red 79 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #4F0148

Tints of Tyrian Purple #4F0148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 51.97%
G = 0.66%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F0148 (or 0x4F0148) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 48. RGB value is (79,1,72). Sum of RGB (Red+Green+Blue) = 79+1+72=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0148 is #B0FEB7. Grayscale: #202020. Windows color (decimal): -11599544 or 4718927. OLE color: 4718927.

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

Color convert

RGB 79 1 72 -
CMYK 0 0.99 0.09 0.69
HSL 305.38º 0.98% 0.16% -
HSV(B) 305.38º 0.99% 0.31% -
XYZ 4.41 2.15 6.31 -
YUV 32.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 79 1 72 0 0.99 0.09 0.69 305.38 0.98 0.16
Hex 4F 1 48 0 63 9 45 131 62 10
Octal 117 1 110 0 143 11 105 461 142 20
Binary 1001111 1 1001000 0 1100011 1001 1000101 100110001 1100010 10000

Color Harmonies of #4F0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0148

Black with #4F0148

Text Example


Text Example

White with #4F0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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