#4F0338

Color #4F0338 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #4F0338

Tints of Tyrian Purple #4F0338

Color information

#4F0338 (or 0x4F0338) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 03 and 38. RGB value is (79,3,56). Sum of RGB (Red+Green+Blue) = 79+3+56=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0338 is #B0FCC7. Grayscale: #1F1F1F. Windows color (decimal): -11599048 or 3670863. OLE color: 3670863.

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

Color convert

RGB79356-
CMYK00.960.290.69
HSL318.16º92.68%16.08%-
HSV(B)318.16º96.2%30.98%-
XYZ3.972.013.92-
YUV31.77141.68161.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=57.25%
G=2.17%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7935600.960.290.69318.1692.6816.08
Hex4F3380601D4513e5d10
Octal11737001403510547613520
Binary10011111111100001100000111011000101100111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F0338;
 }
 .AnyTagClassName
 {
   color: #4F0338;
 }
</style>
background-color css

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

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

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

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

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

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