Html Css Color HEX #4F033A Tyrian Purple

📋 copy color: '#4F033A'

red 79 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #4F033A

Tints of Tyrian Purple #4F033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 56.43%
G = 2.14%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#4F033A (or 0x4F033A) is known color: Tyrian Purple. HEX triplet: 4F, 03 and 3A. RGB value is (79,3,58). Sum of RGB (Red+Green+Blue) = 79+3+58=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F033A is #B0FCC5. Grayscale: #1F1F1F. Windows color (decimal): -11599046 or 3801935. OLE color: 3801935.

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

Color convert

RGB 79 3 58 -
CMYK 0 0.96 0.27 0.69
HSL 316.58º 0.93% 0.16% -
HSV(B) 316.58º 0.96% 0.31% -
XYZ 4.02 2.03 4.18 -
YUV 31.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 79 3 58 0 0.96 0.27 0.69 316.58 0.93 0.16
Hex 4F 3 3A 0 60 1B 45 13D 5D 10
Octal 117 3 72 0 140 33 105 475 135 20
Binary 1001111 11 111010 0 1100000 11011 1000101 100111101 1011101 10000

Color Harmonies of #4F033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F033A

Black with #4F033A

Text Example


Text Example

White with #4F033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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