#5F0F44

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

Shades of Tyrian Purple #5F0F44

Tints of Tyrian Purple #5F0F44

Color information

#5F0F44 (or 0x5F0F44) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 0F and 44. RGB value is (95,15,68). Sum of RGB (Red+Green+Blue) = 95+15+68=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0F44 is #A0F0BB. Grayscale: #2C2C2C. Windows color (decimal): -10547388 or 4460383. OLE color: 4460383.

HSL color Cylindrical-coordinate representation of color #5F0F44: hue angle of 320.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F0F44 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.63.

Color convert

RGB951568-
CMYK00.840.280.63
HSL320.25º72.73%21.57%-
HSV(B)320.25º84.21%37.25%-
XYZ5.933.195.77-
YUV44.96141163.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 53.37%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=53.37%
G=8.43%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95156800.840.280.63320.2572.7321.57
Hex5FF440541C3F1404916
Octal137171040124347750011126
Binary1011111111110001000101010011100111111101000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F0F44; }

 p { color: rgb(95,15,68); }

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

<style>
 a { background-color: #5F0F44; }

 a { background-color: rgb(95,15,68); }

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

<style>
 span { border-color: #5F0F44; }

 span { border-color: rgb(95,15,68); }

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