#5F123A

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

Shades of Tyrian Purple #5F123A

Tints of Tyrian Purple #5F123A

Color information

#5F123A (or 0x5F123A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 12 and 3A. RGB value is (95,18,58). Sum of RGB (Red+Green+Blue) = 95+18+58=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F123A is #A0EDC5. Grayscale: #2D2D2D. Windows color (decimal): -10546630 or 3805791. OLE color: 3805791.

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

Color convert

RGB951858-
CMYK00.810.390.63
HSL328.83º68.14%22.16%-
HSV(B)328.83º81.05%37.25%-
XYZ5.73.174.31-
YUV45.58135.01163.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 55.56%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=55.56%
G=10.53%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95185800.810.390.63328.8368.1422.16
Hex5F123A051273F1494416
Octal13722720121477751110426
Binary10111111001011101001010001100111111111101001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,58); }

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

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

 a { background-color: rgb(95,18,58); }

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

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

 span { border-color: rgb(95,18,58); }

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