#4F0234

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

Shades of Tyrian Purple #4F0234

Tints of Tyrian Purple #4F0234

Color information

#4F0234 (or 0x4F0234) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 02 and 34. RGB value is (79,2,52). Sum of RGB (Red+Green+Blue) = 79+2+52=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0234 is #B0FDCB. Grayscale: #1E1E1E. Windows color (decimal): -11599308 or 3408463. OLE color: 3408463.

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

Color convert

RGB79252-
CMYK00.970.340.69
HSL321.04º95.06%15.88%-
HSV(B)321.04º97.47%30.98%-
XYZ3.871.953.42-
YUV30.72140.01162.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.40%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=59.40%
G=1.50%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7925200.970.340.69321.0495.0615.88
Hex4F23406122451415f10
Octal11726401414210550113720
Binary100111110110100011000011000101000101101000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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