Html Css Color HEX #4F0334 Tyrian Purple

📋 copy color: '#4F0334'

red 79 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #4F0334

Tints of Tyrian Purple #4F0334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 52 (20.7% from 255) = 38.81%

R = 58.96%
G = 2.24%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#4F0334 (or 0x4F0334) is known color: Tyrian Purple. HEX triplet: 4F, 03 and 34. RGB value is (79,3,52). Sum of RGB (Red+Green+Blue) = 79+3+52=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0334 is #B0FCCB. Grayscale: #1F1F1F. Windows color (decimal): -11599052 or 3408719. OLE color: 3408719.

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

Color convert

RGB 79 3 52 -
CMYK 0 0.96 0.34 0.69
HSL 321.32º 0.93% 0.16% -
HSV(B) 321.32º 0.96% 0.31% -
XYZ 3.88 1.98 3.43 -
YUV 31.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 79 3 52 0 0.96 0.34 0.69 321.32 0.93 0.16
Hex 4F 3 34 0 60 22 45 141 5D 10
Octal 117 3 64 0 140 42 105 501 135 20
Binary 1001111 11 110100 0 1100000 100010 1000101 101000001 1011101 10000

Color Harmonies of #4F0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0334

Black with #4F0334

Text Example


Text Example

White with #4F0334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,3,52); }

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

background-color css

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

 a { background-color: rgb(79,3,52); }

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

border-color css

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

 span { border-color: rgb(79,3,52); }

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