Html Css Color HEX #4F044C Tyrian Purple

📋 copy color: '#4F044C'

red 79 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #4F044C

Tints of Tyrian Purple #4F044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 49.69%
G = 2.52%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F044C (or 0x4F044C) is known color: Tyrian Purple. HEX triplet: 4F, 04 and 4C. RGB value is (79,4,76). Sum of RGB (Red+Green+Blue) = 79+4+76=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F044C is #B0FBB3. Grayscale: #222222. Windows color (decimal): -11598772 or 4981839. OLE color: 4981839.

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

Color convert

RGB 79 4 76 -
CMYK 0 0.95 0.04 0.69
HSL 302.4º 0.9% 0.16% -
HSV(B) 302.4º 0.95% 0.31% -
XYZ 4.57 2.27 7.03 -
YUV 34.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 79 4 76 0 0.95 0.04 0.69 302.4 0.9 0.16
Hex 4F 4 4C 0 5F 4 45 12E 5A 10
Octal 117 4 114 0 137 4 105 456 132 20
Binary 1001111 100 1001100 0 1011111 100 1000101 100101110 1011010 10000

Color Harmonies of #4F044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F044C

Black with #4F044C

Text Example


Text Example

White with #4F044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,76); }

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

background-color css

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

 a { background-color: rgb(79,4,76); }

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

border-color css

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

 span { border-color: rgb(79,4,76); }

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