#5F123C

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

Shades of Tyrian Purple #5F123C

Tints of Tyrian Purple #5F123C

Color information

#5F123C (or 0x5F123C) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 12 and 3C. RGB value is (95,18,60). Sum of RGB (Red+Green+Blue) = 95+18+60=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F123C is #A0EDC3. Grayscale: #2D2D2D. Windows color (decimal): -10546628 or 3936863. OLE color: 3936863.

HSL color Cylindrical-coordinate representation of color #5F123C: hue angle of 327.27º 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 #5F123C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB951860-
CMYK00.810.370.63
HSL327.27º68.14%22.16%-
HSV(B)327.27º81.05%37.25%-
XYZ5.753.194.59-
YUV45.81136.01163.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.91%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=54.91%
G=10.40%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95186000.810.370.63327.2768.1422.16
Hex5F123C051253F1474416
Octal13722740121457750710426
Binary10111111001011110001010001100101111111101000111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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