Html Css Color HEX #4F073C Tyrian Purple

📋 copy color: '#4F073C'

red 79 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #4F073C

Tints of Tyrian Purple #4F073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 54.11%
G = 4.79%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4F073C (or 0x4F073C) is known color: Tyrian Purple. HEX triplet: 4F, 07 and 3C. RGB value is (79,7,60). Sum of RGB (Red+Green+Blue) = 79+7+60=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F073C is #B0F8C3. Grayscale: #222222. Windows color (decimal): -11598020 or 3934031. OLE color: 3934031.

HSL color Cylindrical-coordinate representation of color #4F073C: hue angle of 315.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F073C is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 7 60 -
CMYK 0 0.91 0.24 0.69
HSL 315.83º 0.84% 0.17% -
HSV(B) 315.83º 0.91% 0.31% -
XYZ 4.12 2.14 4.47 -
YUV 34.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 79 7 60 0 0.91 0.24 0.69 315.83 0.84 0.17
Hex 4F 7 3C 0 5B 18 45 13C 54 11
Octal 117 7 74 0 133 30 105 474 124 21
Binary 1001111 111 111100 0 1011011 11000 1000101 100111100 1010100 10001

Color Harmonies of #4F073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F073C

Black with #4F073C

Text Example


Text Example

White with #4F073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,7,60); }

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

background-color css

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

 a { background-color: rgb(79,7,60); }

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

border-color css

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

 span { border-color: rgb(79,7,60); }

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